We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d7e07 commit 15845f0Copy full SHA for 15845f0
1 file changed
.github/workflows/release.yml
@@ -62,6 +62,8 @@ jobs:
62
python -m pip install PyInstaller
63
64
- run: |
65
+ pwd
66
+
67
python -m PyInstaller --distpath dist/ -y captioncompiler.spec
68
69
shell: bash
0 commit comments