Skip to content

Commit

Permalink
ci(auto-update): fix permission not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 22, 2023
1 parent d38d095 commit 9f1a513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/scripts/auto-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ download_latest () {

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

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

0 comments on commit 9f1a513

Please sign in to comment.