Skip to content

Commit

Permalink
Update package-with-pyinstaller.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ansonl authored Nov 15, 2024
1 parent 74e4682 commit 56cf9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-with-pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Package Application - Windows
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: src

Expand All @@ -36,4 +36,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: MFM-linux32
path: src/dist/linux
path: src/dist/linux

0 comments on commit 56cf9ae

Please sign in to comment.