We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65ecfe4 + 456f060 commit ef0c474Copy full SHA for ef0c474
1 file changed
.github/workflows/main.yml
@@ -99,6 +99,15 @@ jobs:
99
script-name: main.pyw
100
include-data-dir: |
101
res=res
102
+
103
+ - name: PyInstaller Windows
104
+ # You may pin to the exact commit or the version.
105
+ # uses: JackMcKew/pyinstaller-action-windows@a8dee21ad01bbc7e7363d445bb632691b95ba057
106
+ uses: JackMcKew/pyinstaller-action-windows@v0.1.2
107
+ with:
108
+ # Directory containing source code (optional requirements.txt).
109
+ path: ./
110
111
112
- name: Upload Windows artifact
113
uses: actions/upload-artifact@v4
0 commit comments