Skip to content

Commit

Permalink
Fix zipping of macOS app during release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Sep 23, 2023
1 parent 01ea2d6 commit 5fcaa2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: |
./gradlew binDir macOSApp
tar czf RoboViz.tar.gz bin/
zip -r -9 RoboViz-macOS.zip build/macOS/RoboViz.app
mv build/macos/RoboViz.app .
zip -r -9 RoboViz-macOS.zip RoboViz.app
- name: Create Release
id: create-release
env:
Expand Down

0 comments on commit 5fcaa2a

Please sign in to comment.