Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ansonl committed Feb 28, 2024
1 parent 6d736a3 commit d0e7db8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/package-with-pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,14 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: MFM-win64
path: src/dist/windows
path: src/dist/windows

- name: Package Application - Linux
uses: JackMcKew/[email protected]
with:
path: src

- uses: actions/upload-artifact@v4
with:
name: MFM-linux
path: src/dist/linux

0 comments on commit d0e7db8

Please sign in to comment.