We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea3330 commit 3827d0eCopy full SHA for 3827d0e
.github/workflows/publish.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Build Windows EXE with PyInstaller
69
run: |
70
pyinstaller ideeplc/gui.spec --noconfirm
71
- working-directory: ${{ github.workspace }}
+# working-directory: ${{ github.workspace }}
72
73
- name: Upload EXE to Actions artifact
74
uses: actions/upload-artifact@v4
0 commit comments