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 2660d49 commit 8211becCopy full SHA for 8211bec
.github/workflows/zip.yml
@@ -73,12 +73,12 @@ jobs:
73
SDK: "Config"
74
runs-on: macOS-latest
75
steps:
76
+ - uses: actions/checkout@v2
77
- name: Get framework zip file
78
uses: actions/download-artifact@v1
79
with:
80
name: Firebase-actions-dir
- - uses: actions/checkout@v2
81
- - name: Pull zip from GCS
+ - name: Unzip frameworks
82
run: |
83
unzip "${GITHUB_WORKSPACE}/${FRAMEWORK_ZIP}" -d "${OUTPUT_DIR}"
84
find "${OUTPUT_DIR}" -name "*.zip" -maxdepth 3 -exec unzip -d "${OUTPUT_DIR}" {} +
0 commit comments