We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55cf9e commit 322c668Copy full SHA for 322c668
.github/actions/build-toolchain/action.yml
@@ -76,7 +76,7 @@ runs:
76
uses: actions/upload-artifact@v4
77
if: ${{ failure() && steps.build.conclusion == 'failure' }}
78
with:
79
- name: build-toolchains-logs-${{ matrix.os }}-${{ matrix.arch }}-${{ github.run_id }}
+ name: build-toolchains-logs-${{ inputs.os }}-${{ inputs.arch }}-${{ github.run_id }}
80
path: |
81
build/**/*.log
82
build/**/*.txt
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
release:
16
name: Release for ${{ matrix.name }}
17
strategy:
18
+ fail-fast: false
19
matrix:
20
include:
21
- machine: 'macos-12'
0 commit comments