Skip to content

Commit

Permalink
setup: Fetch Viash from dl.viash.io instead of deprecated `get.vi…
Browse files Browse the repository at this point in the history
…ash.io`.
  • Loading branch information
rcannood committed Jun 20, 2023
1 parent 3dcf426 commit 801b7db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# viash-actions v3.1.2

## Bug fixes

`setup`: Fetch Viash from `dl.viash.io` instead of deprecated `get.viash.io`.

# viash-actions v3.1.1

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
mkdir -p "$HOME/.local/bin"
# install viash
curl -fsSL get.viash.io | bash -s -- "${extra_params[@]}" --bin "$HOME/.local/bin"
curl -fsSL dl.viash.io | bash -s -- "${extra_params[@]}"; mv viash "$HOME/.local/bin"
# add dir to path
echo "$HOME/.local/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 801b7db

Please sign in to comment.