Skip to content

Commit 7974e98

Browse files
committed
zip
1 parent 7faff20 commit 7974e98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/zip.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,11 @@ jobs:
363363
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}" swift)
364364
- name: Remove data before upload
365365
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/
366+
- uses: actions/upload-artifact@v4
367+
if: ${{ failure() }}
368+
with:
369+
name: quickstart_artifacts_crashlytics
370+
path: quickstart-ios/
371371

372372
quickstart_framework_database:
373373
# needs: package-head

0 commit comments

Comments
 (0)