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 02f1552 commit c8517c4Copy full SHA for c8517c4
.github/workflows/common_quickstart.yml
@@ -103,8 +103,8 @@ jobs:
103
- name: Remove data before upload.
104
if: ${{ failure() }}
105
run: scripts/remove_data.sh ${{ steps.lowercase_product.outputs.lowercase_product }}
106
- # - uses: actions/upload-artifact@v4
107
- # if: ${{ failure() }}
108
- # with:
109
- # name: quickstart_artifacts_${{ steps.lowercase_product.outputs.lowercase_product }}
110
- # path: quickstart-ios/
+ - uses: actions/upload-artifact@v4
+ if: ${{ failure() }}
+ with:
+ name: quickstart_artifacts_${{ steps.lowercase_product.outputs.lowercase_product }}
+ path: quickstart-ios/
0 commit comments