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 ce73bed commit 55f340aCopy full SHA for 55f340a
.github/workflows/prerelease.yml
@@ -119,8 +119,10 @@ jobs:
119
- name: Remove data before upload.
120
if: ${{ failure() }}
121
run: scripts/remove_data.sh ${{ matrix.product }}
122
- # - uses: actions/upload-artifact@v4
123
- # if: ${{ failure() }}
124
- # with:
125
- # name: quickstart_artifacts_${{ matrix.product }}
126
- # path: quickstart-ios/
+ - uses: actions/upload-artifact@v4
+ if: ${{ failure() }}
+ with:
+ name: quickstart_artifacts_${{ matrix.product }}
+ path: |
127
+ quickstart-ios/
128
+ !quickstart-ios/**/GoogleService-Info.plist
0 commit comments