Skip to content

Commit fdd76fe

Browse files
committed
wrong build
1 parent 1d1ca81 commit fdd76fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "build-date: $(Get-Date -Format 'yyyy-MM-dd'), version: ${{ github.ref }}" > src/resources/version.txt
2727
shell: pwsh
2828
- name: Build with pyinstaller
29-
run: pyinstaller reefscan-simulated.spec
29+
run: pyinstaller reefscan.spec
3030
- name: Copy executable
3131
run: Copy-Item -Path dist/reefscan.exe -Destination dist/reefscan-deep.exe
3232
shell: pwsh

0 commit comments

Comments
 (0)