Skip to content

Commit 7afba63

Browse files
committed
head doesn't build because of an AppCheck Catalyst build issue
1 parent cc5994d commit 7afba63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/zip.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
7272
run: |
7373
mkdir -p zip_output_dir
7474
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
75+
zip_output_dir "${{ github.event.inputs.custom_spec_repos || 'https://github.com/firebase/SpecsStaging.git,https://github.com/firebase/SpecsDev.git' }}"
7776
- uses: actions/upload-artifact@v1
7877
with:
7978
name: Firebase-actions-dir

0 commit comments

Comments
 (0)