Skip to content

Commit ef0c474

Browse files
authored
Merge pull request #1 from Spyro24/pyinstaller
Add PyInstaller action for Windows in workflow
2 parents 65ecfe4 + 456f060 commit ef0c474

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@ jobs:
9999
script-name: main.pyw
100100
include-data-dir: |
101101
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+
102111

103112
- name: Upload Windows artifact
104113
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)