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 2c227b4 commit 1f9d561Copy full SHA for 1f9d561
.github/workflows/publish-binary.yml
@@ -24,7 +24,6 @@ jobs:
24
- name: Build Executable Binary
25
run: |
26
pyinstaller callscript/cli.py --onefile
27
- ls -a dist
28
- name: Upload binaries to release
29
uses: svenstaro/upload-release-action@v2
30
with:
0 commit comments