Skip to content

Commit c8517c4

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 02f1552 commit c8517c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/common_quickstart.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
- name: Remove data before upload.
104104
if: ${{ failure() }}
105105
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/
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/

0 commit comments

Comments
 (0)