Skip to content

Commit 34125d7

Browse files
committed
upload to see what's wrong
1 parent 34bd33d commit 34125d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/zip.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,11 @@ jobs:
222222
- name: Remove data before upload
223223
if: ${{ failure() }}
224224
run: scripts/remove_data.sh authentication
225-
# - uses: actions/upload-artifact@v4
226-
# if: ${{ failure() }}
227-
# with:
228-
# name: quickstart_artifacts_auth
229-
# path: quickstart-ios/
225+
- uses: actions/upload-artifact@v4
226+
if: ${{ failure() }}
227+
with:
228+
name: quickstart_artifacts_auth
229+
path: quickstart-ios/
230230

231231
# quickstart_framework_config:
232232
# # needs: package-head

0 commit comments

Comments
 (0)