Skip to content

Commit

Permalink
Merge pull request #1271 from patrick-rivos/llvm-release-ci
Browse files Browse the repository at this point in the history
Generate seperate release names for LLVM and GCC toolchain release artifacts
  • Loading branch information
kito-cheng authored Jun 28, 2023
2 parents cf3055d + 732d25e commit 6da3855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
*)
MODE="elf";;
esac
echo ::set-output name=TOOLCHAIN_NAME::riscv$BITS-$MODE-${{ matrix.os }}-nightly
echo ::set-output name=TOOLCHAIN_NAME::riscv$BITS-$MODE-${{ matrix.os }}-${{ matrix.compiler }}-nightly
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 6da3855

Please sign in to comment.