Skip to content

Commit af28e01

Browse files
fix: fix ci svu url path (#29)
1 parent 867867c commit af28e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Get svu
3939
run: |
40-
URL="https://github.com/caarlos0/svu/releases/download/v${SVU_VERSION}/svu_${SVU_VERSION}_linux_amd64.tar.gz"
40+
URL="https://github.com/caarlos0/svu/releases/download/v${SVU_VERSION}/svu_linux_amd64.tar.gz"
4141
wget --quiet $URL --output-document svu.tar.gz
4242
tar -xzf svu.tar.gz
4343
chmod +x svu

0 commit comments

Comments
 (0)