Skip to content

Commit 5d1bbe5

Browse files
authored
Apply suggestion from @ncooke3
1 parent a3d400c commit 5d1bbe5

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
@@ -594,11 +594,11 @@ jobs:
594594
- name: Remove data before upload
595595
if: always()
596596
run: scripts/remove_data.sh messaging
597-
# - uses: actions/upload-artifact@v4
598-
# if: ${{ failure() }}
599-
# with:
600-
# name: quickstart_artifacts_messaging
601-
# path: quickstart-ios/
597+
- uses: actions/upload-artifact@v4
598+
if: ${{ failure() }}
599+
with:
600+
name: quickstart_artifacts_messaging
601+
path: quickstart-ios/
602602

603603
# # # quickstart_framework_storage:
604604
# # # # needs: package-head

0 commit comments

Comments
 (0)