Skip to content

Commit

Permalink
Package app into top level directory in zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiolo committed Nov 30, 2024
1 parent 4b27fa4 commit fe6e113
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ jobs:
- name: Create bundle
run: cmake --install _build
- name: Zip bundle
run: zip -r mac_treesheets.zip macos-bundle
run: zip -r ../mac_treesheets.zip TreeSheets.app
working-directory: macos-bundle
- name: Create release
if: github.ref == 'refs/heads/master'
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit fe6e113

Please sign in to comment.