Skip to content

Commit

Permalink
Create ZIP of build files on Mac system
Browse files Browse the repository at this point in the history
  • Loading branch information
jarne committed Mar 1, 2024
1 parent 1171a52 commit 55bb895
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
-sdk macosx \
archive -archivePath build/${{ env.APP_NAME }}.xcarchive CODE_SIGNING_ALLOWED=NO
- name: Create ZIP of build output
run: zip -r build.zip build

- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ env.APP_NAME }} build output
path: build
path: build.zip

0 comments on commit 55bb895

Please sign in to comment.