We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1ca81 commit fdd76feCopy full SHA for fdd76fe
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
echo "build-date: $(Get-Date -Format 'yyyy-MM-dd'), version: ${{ github.ref }}" > src/resources/version.txt
27
shell: pwsh
28
- name: Build with pyinstaller
29
- run: pyinstaller reefscan-simulated.spec
+ run: pyinstaller reefscan.spec
30
- name: Copy executable
31
run: Copy-Item -Path dist/reefscan.exe -Destination dist/reefscan-deep.exe
32
0 commit comments