Skip to content

Commit

Permalink
Change artifact export
Browse files Browse the repository at this point in the history
  • Loading branch information
jarne committed Mar 1, 2024
1 parent c4179c3 commit 1171a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ env.APP_NAME }}
path: build/${{ env.APP_NAME }}.xcarchive
name: ${{ env.APP_NAME }} build output
path: build

0 comments on commit 1171a52

Please sign in to comment.