We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef03c2 commit 7e7289cCopy full SHA for 7e7289c
.github/workflows/CI.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Create Package
46
run: |
47
- pipenv run pyinstaller main.py -n research-mnemonic --onefile
+ pipenv run pyinstaller research-mnemonic.spec
48
49
- name: Release
50
uses: softprops/action-gh-release@v1
0 commit comments