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 26dab27 commit 6c5b8b7Copy full SHA for 6c5b8b7
.github/workflows/zip.yml
@@ -94,6 +94,7 @@ jobs:
94
build-head \
95
${{ matrix.linking_type }}
96
- uses: actions/upload-artifact@v4
97
+ if: ${{ always() }}
98
with:
99
name: ${{ matrix.linking_type == 'static' && 'Firebase-actions-dir' || 'Firebase-actions-dir-dynamic' }}
100
# Zip the entire output directory since the builder adds subdirectories we don't know the
0 commit comments