Skip to content

Commit aa3221a

Browse files
committed
update workflow
1 parent d263b40 commit aa3221a

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
@@ -22,7 +22,7 @@ jobs:
2222
uses: JackMcKew/pyinstaller-action-windows@main
2323
with:
2424
path: src
25-
spec: src/MFM-win64.spec
25+
spec: MFM-win64.spec
2626

2727
- uses: actions/upload-artifact@v4
2828
with:
@@ -33,7 +33,7 @@ jobs:
3333
uses: JackMcKew/[email protected]
3434
with:
3535
path: src
36-
spec: src/MFM-linux32.spec
36+
spec: MFM-linux32.spec
3737

3838
- uses: actions/upload-artifact@v4
3939
with:

0 commit comments

Comments
 (0)