Skip to content

Commit

Permalink
Generate seperate release names for LLVM and GCC toolchain release ar…
Browse files Browse the repository at this point in the history
…tifacts
  • Loading branch information
patrick-rivos committed Jun 9, 2023
1 parent 89f3238 commit 732d25e
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 @@ -101,7 +101,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 732d25e

Please sign in to comment.