Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skelsec authored Nov 28, 2023
1 parent 6adbab5 commit 44abd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Compress executables
run: |
"C:\Program Files\7-Zip\7z.exe" a secure.7z builder\pyinstaller\*.exe -pprotected
"C:\Program Files\7-Zip\7z.exe a secure.7z builder\pyinstaller\*.exe -pprotected"
# Optional: Upload the built executable as an artifact
- name: Upload Executable
Expand Down

0 comments on commit 44abd6c

Please sign in to comment.