Skip to content

Commit

Permalink
ci: fix svu url path
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Mar 9, 2025
1 parent 867867c commit 9a0ce83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

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

0 comments on commit 9a0ce83

Please sign in to comment.