We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4179c3 commit 1171a52Copy full SHA for 1171a52
.github/workflows/build-app.yml
@@ -26,5 +26,5 @@ jobs:
26
- name: Archive artifacts
27
uses: actions/upload-artifact@v4
28
with:
29
- name: ${{ env.APP_NAME }}
30
- path: build/${{ env.APP_NAME }}.xcarchive
+ name: ${{ env.APP_NAME }} build output
+ path: build
0 commit comments