Skip to content

Commit

Permalink
ci: fix update script release URL
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 22, 2023
1 parent 2130e25 commit 379bcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/scripts/auto-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ download_latest () {
arch=$(dpkg --print-architecture | xargs echo -n)

mkdir -p target/release || exit 1
wget -q "$REPO_URL/releases/download/latest/server-$arch" -O target/release/rusty_controller || exit 1
wget -q "$REPO_URL/releases/latest/download/server-$arch" -O target/release/rusty_controller || exit 1

echo "$INFO* Downloaded latest release binary!$RESET"
}
Expand Down

0 comments on commit 379bcde

Please sign in to comment.