Skip to content

Commit

Permalink
Fix MacOS building
Browse files Browse the repository at this point in the history
This was broken for over a year...
  • Loading branch information
jfeil committed Jun 12, 2023
1 parent e3db42b commit d44a403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- run: pyinstaller RegeltestCreator.spec -F
- if: matrix.os == 'macos-latest'
run: |
zip --junk-paths -r dist/RegeltestCreator.app.zip dist/RegeltestCreator.app
zip -r dist/RegeltestCreator.app.zip dist/RegeltestCreator.app
- name: Archive production artifacts
uses: actions/upload-artifact@v2
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit d44a403

Please sign in to comment.