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 a3d400c commit 5d1bbe5Copy full SHA for 5d1bbe5
.github/workflows/zip.yml
@@ -594,11 +594,11 @@ jobs:
594
- name: Remove data before upload
595
if: always()
596
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/
+ - uses: actions/upload-artifact@v4
+ if: ${{ failure() }}
+ with:
+ name: quickstart_artifacts_messaging
+ path: quickstart-ios/
602
603
# # # quickstart_framework_storage:
604
# # # # needs: package-head
0 commit comments