Skip to content

Commit

Permalink
don't fail fast for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Mar 4, 2024
1 parent a55cf9e commit 322c668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:
uses: actions/upload-artifact@v4
if: ${{ failure() && steps.build.conclusion == 'failure' }}
with:
name: build-toolchains-logs-${{ matrix.os }}-${{ matrix.arch }}-${{ github.run_id }}
name: build-toolchains-logs-${{ inputs.os }}-${{ inputs.arch }}-${{ github.run_id }}
path: |
build/**/*.log
build/**/*.txt
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
release:
name: Release for ${{ matrix.name }}
strategy:
fail-fast: false
matrix:
include:
- machine: 'macos-12'
Expand Down

0 comments on commit 322c668

Please sign in to comment.