Skip to content

Commit 322c668

Browse files
committed
don't fail fast for release
1 parent a55cf9e commit 322c668

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/build-toolchain/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
uses: actions/upload-artifact@v4
7777
if: ${{ failure() && steps.build.conclusion == 'failure' }}
7878
with:
79-
name: build-toolchains-logs-${{ matrix.os }}-${{ matrix.arch }}-${{ github.run_id }}
79+
name: build-toolchains-logs-${{ inputs.os }}-${{ inputs.arch }}-${{ github.run_id }}
8080
path: |
8181
build/**/*.log
8282
build/**/*.txt

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
release:
1616
name: Release for ${{ matrix.name }}
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
include:
2021
- machine: 'macos-12'

0 commit comments

Comments
 (0)