Skip to content

Commit ddd92c1

Browse files
committed
fixup! [CI] Add GitHub release and deploy flow
1 parent 79a854c commit ddd92c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
- centos7
2020
runs-on: ubuntu-20.04
2121
env:
22-
LLVMTAG: ${GITHUB_REF/refs\/tags\//}
23-
PKGVERS: riscv32-pulp-llvm-${{ matrix.os }}-${{ env.LLVMTAG }}
22+
PKGVERS: riscv32-pulp-llvm-${{ matrix.os }}-${GITHUB_REF/refs\/tags\//}
2423
BUGURL: https://github.com/pulp-platform/llvm-project/issues
2524
BUILDNO: ${{ github.run_number }}
2625
steps:

0 commit comments

Comments
 (0)