File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Download the binary for your platform using:
4
4
TAG=TAG_PLACEHOLDER \
5
5
OS=" $( uname -s | tr ' [:upper:]' ' [:lower:]' ) " \
6
6
RELEASE_URL=" https://github.com/sourcegraph/scip-clang/releases/download/$TAG " \
7
- bash -c ' curl -L "$RELEASE_URL/scip-clang-$(uname -m) -$OS" -o scip-clang' && \
7
+ bash -c ' curl -L "$RELEASE_URL/scip-clang-x86_64 -$OS" -o scip-clang' && \
8
8
chmod +x scip-clang
9
9
```
10
10
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
REV="${GITHUB_REF/refs\/tags\//}"
116
116
fi
117
117
TEMPLATE="$(< .github/workflows/release-template.md)"
118
- echo "${TEMPLATE//TAG_PLACEHOLDER/$TAG }" > notes
118
+ echo "${TEMPLATE//TAG_PLACEHOLDER/$REV }" > notes
119
119
gh release create "$REV" --title "scip-clang $REV" --notes-file notes
120
120
env :
121
121
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments