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 cc5994d commit 7afba63Copy full SHA for 7afba63
.github/workflows/zip.yml
@@ -72,8 +72,7 @@ jobs:
72
run: |
73
mkdir -p zip_output_dir
74
sh -x scripts/build_zip.sh \
75
- zip_output_dir "${{ github.event.inputs.custom_spec_repos || 'https://github.com/firebase/SpecsStaging.git,https://github.com/firebase/SpecsDev.git' }}" \
76
- build-head
+ zip_output_dir "${{ github.event.inputs.custom_spec_repos || 'https://github.com/firebase/SpecsStaging.git,https://github.com/firebase/SpecsDev.git' }}"
77
- uses: actions/upload-artifact@v1
78
with:
79
name: Firebase-actions-dir
0 commit comments