We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a854c commit ddd92c1Copy full SHA for ddd92c1
.github/workflows/release.yml
@@ -19,8 +19,7 @@ jobs:
19
- centos7
20
runs-on: ubuntu-20.04
21
env:
22
- LLVMTAG: ${GITHUB_REF/refs\/tags\//}
23
- PKGVERS: riscv32-pulp-llvm-${{ matrix.os }}-${{ env.LLVMTAG }}
+ PKGVERS: riscv32-pulp-llvm-${{ matrix.os }}-${GITHUB_REF/refs\/tags\//}
24
BUGURL: https://github.com/pulp-platform/llvm-project/issues
25
BUILDNO: ${{ github.run_number }}
26
steps:
0 commit comments