diff --git a/.github/actions/build-toolchain/action.yml b/.github/actions/build-toolchain/action.yml index af78dab..4cb340b 100644 --- a/.github/actions/build-toolchain/action.yml +++ b/.github/actions/build-toolchain/action.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 742eb7f..a6986ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: release: name: Release for ${{ matrix.name }} strategy: + fail-fast: false matrix: include: - machine: 'macos-12'