Browse Source

Generate seperate release names for LLVM and GCC toolchain release artifacts

pull/1271/head
Patrick O'Neill 3 years ago
parent
commit
732d25e73e
  1. 2
      .github/workflows/nightly-release.yaml

2
.github/workflows/nightly-release.yaml

@ -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:

Loading…
Cancel
Save