Skip to content

Commit 557490f

Browse files
committed
upload
1 parent b2ae0f1 commit 557490f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,12 @@ jobs:
112112
retry_wait_seconds: 120
113113
command: DIR=${{ matrix.product }} scripts/test_quickstart.sh ${{ matrix.product }} ${{ matrix.run_tests }}
114114
- name: Remove data before upload
115-
if: ${{ failure() }}
115+
if: failure()
116116
run: scripts/remove_data.sh ${{ matrix.product }}
117-
# - uses: actions/upload-artifact@v4
118-
# if: ${{ failure() }}
119-
# with:
120-
# name: quickstart_artifacts_${{ matrix.product }}
121-
# path: quickstart-ios/
117+
- uses: actions/upload-artifact@v4
118+
if: failure()
119+
with:
120+
name: quickstart_artifacts_${{ matrix.product }}
121+
path: |
122+
quickstart-ios/
123+
!quickstart-ios/**/GoogleService-Info.plist

0 commit comments

Comments
 (0)