Skip to content

Commit 4a264a5

Browse files
authored
Update path (#6004)
1 parent 76a3997 commit 4a264a5

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
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@v2
8181
- name: Pull zip from GCS
8282
run: |
83-
unzip "${FRAMEWORK_ZIP}" -d "${OUTPUT_DIR}"
83+
unzip "${GITHUB_WORKSPACE}/${FRAMEWORK_ZIP}" -d "${OUTPUT_DIR}"
8484
find "${OUTPUT_DIR}" -name "*.zip" -maxdepth 3 -exec unzip -d "${OUTPUT_DIR}" {} +
8585
- name: Setup Swift Quickstart
8686
run: SAMPLE="$SDK" TARGET="${SDK}Example" scripts/setup_quickstart_framework.sh \

0 commit comments

Comments
 (0)