File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -102,16 +102,16 @@ jobs:
102
102
# ${{ inputs.run_tests }} \
103
103
# ${{ inputs.quickstart_type }}
104
104
# Failure sequence to upload artifact.
105
- - id : lowercase_product
106
- if : ${{ failure() }}
107
- run : |
108
- lowercase_product=$(echo "${{ inputs.product }}" | tr '[:upper:]' '[:lower:]')
109
- echo "lowercase_product=$lowercase_product" >> $GITHUB_OUTPUT
110
- - name : Remove data before upload.
111
- if : ${{ failure() }}
112
- run : scripts/remove_data.sh ${{ steps.lowercase_product.outputs.lowercase_product }}
113
- - uses : actions/upload-artifact@v4
114
- if : ${{ failure() }}
115
- with :
116
- name : quickstart_artifacts_${{ steps.lowercase_product.outputs.lowercase_product }}
117
- path : quickstart-ios/
105
+ # - id: lowercase_product
106
+ # if: ${{ failure() }}
107
+ # run: |
108
+ # lowercase_product=$(echo "${{ inputs.product }}" | tr '[:upper:]' '[:lower:]')
109
+ # echo "lowercase_product=$lowercase_product" >> $GITHUB_OUTPUT
110
+ # - name: Remove data before upload.
111
+ # if: ${{ failure() }}
112
+ # run: scripts/remove_data.sh ${{ steps.lowercase_product.outputs.lowercase_product }}
113
+ # - uses: actions/upload-artifact@v4
114
+ # if: ${{ failure() }}
115
+ # with:
116
+ # name: quickstart_artifacts_${{ steps.lowercase_product.outputs.lowercase_product }}
117
+ # path: quickstart-ios/
You can’t perform that action at this time.
0 commit comments