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 76a3997 commit 4a264a5Copy full SHA for 4a264a5
.github/workflows/zip.yml
@@ -80,7 +80,7 @@ jobs:
80
- uses: actions/checkout@v2
81
- name: Pull zip from GCS
82
run: |
83
- unzip "${FRAMEWORK_ZIP}" -d "${OUTPUT_DIR}"
+ unzip "${GITHUB_WORKSPACE}/${FRAMEWORK_ZIP}" -d "${OUTPUT_DIR}"
84
find "${OUTPUT_DIR}" -name "*.zip" -maxdepth 3 -exec unzip -d "${OUTPUT_DIR}" {} +
85
- name: Setup Swift Quickstart
86
run: SAMPLE="$SDK" TARGET="${SDK}Example" scripts/setup_quickstart_framework.sh \
0 commit comments