Skip to content

Commit

Permalink
[Infra] Upload build-from-HEAD zips on failures (#13414)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Jul 29, 2024
1 parent 26dab27 commit 6c5b8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
build-head \
${{ matrix.linking_type }}
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: ${{ matrix.linking_type == 'static' && 'Firebase-actions-dir' || 'Firebase-actions-dir-dynamic' }}
# Zip the entire output directory since the builder adds subdirectories we don't know the
Expand Down

0 comments on commit 6c5b8b7

Please sign in to comment.