Skip to content

Commit 8211bec

Browse files
authored
Move checkout first which will reset the workspace. (#6020)
* Move checkout first which will reset the workspace.
1 parent 2660d49 commit 8211bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
SDK: "Config"
7474
runs-on: macOS-latest
7575
steps:
76+
- uses: actions/checkout@v2
7677
- name: Get framework zip file
7778
uses: actions/download-artifact@v1
7879
with:
7980
name: Firebase-actions-dir
80-
- uses: actions/checkout@v2
81-
- name: Pull zip from GCS
81+
- name: Unzip frameworks
8282
run: |
8383
unzip "${GITHUB_WORKSPACE}/${FRAMEWORK_ZIP}" -d "${OUTPUT_DIR}"
8484
find "${OUTPUT_DIR}" -name "*.zip" -maxdepth 3 -exec unzip -d "${OUTPUT_DIR}" {} +

0 commit comments

Comments
 (0)