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 b2ae0f1 commit 557490fCopy full SHA for 557490f
.github/workflows/release.yml
@@ -112,10 +112,12 @@ jobs:
112
retry_wait_seconds: 120
113
command: DIR=${{ matrix.product }} scripts/test_quickstart.sh ${{ matrix.product }} ${{ matrix.run_tests }}
114
- name: Remove data before upload
115
- if: ${{ failure() }}
+ if: failure()
116
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/
+ - uses: actions/upload-artifact@v4
+ with:
+ name: quickstart_artifacts_${{ matrix.product }}
+ path: |
122
+ quickstart-ios/
123
+ !quickstart-ios/**/GoogleService-Info.plist
0 commit comments