Skip to content

Commit 55f340a

Browse files
authored
Apply suggestion from @ncooke3
1 parent ce73bed commit 55f340a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/prerelease.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,10 @@ jobs:
119119
- name: Remove data before upload.
120120
if: ${{ failure() }}
121121
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/
122+
- uses: actions/upload-artifact@v4
123+
if: ${{ failure() }}
124+
with:
125+
name: quickstart_artifacts_${{ matrix.product }}
126+
path: |
127+
quickstart-ios/
128+
!quickstart-ios/**/GoogleService-Info.plist

0 commit comments

Comments
 (0)