Update tcli download name

This commit is contained in:
Barichello 2022-04-28 10:16:24 -03:00
parent 763ae0328c
commit 61dbcbd3f8
No known key found for this signature in database
GPG Key ID: 29197D315AE4FF67
1 changed files with 4 additions and 4 deletions

View File

@ -137,12 +137,12 @@ jobs:
steps:
- name: Setup tcli
run: |
wget https://github.com/thunderstore-io/thunderstore-cli/releases/download/0.1.4/tcli-0.1.4-linux-x64.tar.gz
tar xvf tcli-0.1.4-linux-x64.tar.gz
mv -v tcli-0.1.4-linux-x64/tcli /bin
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/tcli /bin
- name: (DEBUG) Download Northstar package
if: ${{ env.ACT }} # Download Northstar package when running locally instead of relying on previous jobs
if: ${{ env.ACT }} # Download Northstar package from releases when running locally instead of relying on previous jobs
run: |
wget -O northstar.zip https://github.com/R2Northstar/Northstar/releases/download/v1.6.3/Northstar.release.v1.6.3.zip
unzip northstar.zip -d northstar