Add missing sudo

This commit is contained in:
Barichello 2022-04-28 17:38:45 -03:00
parent cc1ec86138
commit 59d0566b37
No known key found for this signature in database
GPG Key ID: 29197D315AE4FF67
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ jobs:
run: |
wget -O tcli.tar.gz https://github.com/thunderstore-io/thunderstore-cli/releases/download/0.1.4/tcli-0.1.4-linux-x64.tar.gz
tar xvf tcli.tar.gz
mv -v tcli-0.1.4-linux-x64/tcli /bin
sudo mv -v tcli-0.1.4-linux-x64/tcli /bin
- name: (DEBUG) Download Northstar package
if: ${{ env.ACT }} # Download Northstar package from releases when running locally instead of relying on previous jobs