Skip to content

Commit 56cf9ae

Browse files
authored
Update package-with-pyinstaller.yaml
1 parent 74e4682 commit 56cf9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-with-pyinstaller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Package Application - Windows
22-
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
22+
uses: JackMcKew/pyinstaller-action-windows@main
2323
with:
2424
path: src
2525

@@ -36,4 +36,4 @@ jobs:
3636
- uses: actions/upload-artifact@v4
3737
with:
3838
name: MFM-linux32
39-
path: src/dist/linux
39+
path: src/dist/linux

0 commit comments

Comments
 (0)