Skip to content

Commit

Permalink
fix workflow to use win spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed May 19, 2024
1 parent 0004311 commit 5f2ab4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Run PyInstaller (win)
if: matrix.tag == 'win'
run: |
poetry run pyinstaller scanner.spec
poetry run pyinstaller scanner_win.spec
cp ./config.sample.ini ./dist/scanner/config.ini
cp ./README.md ./dist/scanner/README.md
cp ./LICENSE ./dist/scanner/LICENSE
Expand Down

0 comments on commit 5f2ab4b

Please sign in to comment.