Skip to content

Commit 6da3855

Browse files
authored
Merge pull request #1271 from patrick-rivos/llvm-release-ci
Generate seperate release names for LLVM and GCC toolchain release artifacts
2 parents cf3055d + 732d25e commit 6da3855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
*)
100100
MODE="elf";;
101101
esac
102-
echo ::set-output name=TOOLCHAIN_NAME::riscv$BITS-$MODE-${{ matrix.os }}-nightly
102+
echo ::set-output name=TOOLCHAIN_NAME::riscv$BITS-$MODE-${{ matrix.os }}-${{ matrix.compiler }}-nightly
103103
104104
- uses: actions/upload-artifact@v2
105105
with:

0 commit comments

Comments
 (0)