We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7faff20 commit 7974e98Copy full SHA for 7974e98
.github/workflows/zip.yml
@@ -363,11 +363,11 @@ jobs:
363
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}" swift)
364
- name: Remove data before upload
365
run: scripts/remove_data.sh crashlytics
366
- # - uses: actions/upload-artifact@v4
367
- # if: ${{ failure() }}
368
- # with:
369
- # name: quickstart_artifacts_crashlytics
370
- # path: quickstart-ios/
+ - uses: actions/upload-artifact@v4
+ if: ${{ failure() }}
+ with:
+ name: quickstart_artifacts_crashlytics
+ path: quickstart-ios/
371
372
quickstart_framework_database:
373
# needs: package-head
0 commit comments