Skip to content

Commit 4f8f90c

Browse files
committed
Fix .github/workflows/zip.yml
1 parent 36c7846 commit 4f8f90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
222222
- name: Remove data before upload
223223
if: ${{ failure() }}
224-
run: scripts/remove_data.sh authentiation
224+
run: scripts/remove_data.sh authentication
225225
# - uses: actions/upload-artifact@v4
226226
# if: ${{ failure() }}
227227
# with:

0 commit comments

Comments
 (0)