Skip to content

Commit

Permalink
Upload the macOS app bundle to the release as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Sep 23, 2023
1 parent d1d7453 commit 01ea2d6
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,8 +23,9 @@ jobs:
run: |
./gradlew binDir macOSApp
tar czf RoboViz.tar.gz bin/
zip -r -9 RoboViz-macOS.zip build/macOS/RoboViz.app
- name: Create Release
id: create-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
run: gh release create ${{ github.ref }} --title ${{ github.ref }} ./RoboViz.tar.gz
run: gh release create ${{ github.ref }} --title ${{ github.ref }} ./RoboViz.tar.gz ./RoboViz-macOS.zip

0 comments on commit 01ea2d6

Please sign in to comment.