Skip to content

Commit 732d25e

Browse files
committed
Generate seperate release names for LLVM and GCC toolchain release artifacts
1 parent 89f3238 commit 732d25e

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
@@ -101,7 +101,7 @@ jobs:
101101
*)
102102
MODE="elf";;
103103
esac
104-
echo ::set-output name=TOOLCHAIN_NAME::riscv$BITS-$MODE-${{ matrix.os }}-nightly
104+
echo ::set-output name=TOOLCHAIN_NAME::riscv$BITS-$MODE-${{ matrix.os }}-${{ matrix.compiler }}-nightly
105105
106106
- uses: actions/upload-artifact@v2
107107
with:

0 commit comments

Comments
 (0)