Skip to content

Commit 1171a52

Browse files
committed
Change artifact export
1 parent c4179c3 commit 1171a52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Archive artifacts
2727
uses: actions/upload-artifact@v4
2828
with:
29-
name: ${{ env.APP_NAME }}
30-
path: build/${{ env.APP_NAME }}.xcarchive
29+
name: ${{ env.APP_NAME }} build output
30+
path: build

0 commit comments

Comments
 (0)