Fix trying to move tcli from wrong location

The extract tar still contains the version number in the name
This commit is contained in:
GeckoEidechse 2022-04-28 21:31:48 +02:00 committed by Barichello
parent d93d51cf73
commit cc1ec86138
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/tcli /bin
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