1
mirror of https://github.com/R2Northstar/Northstar synced 2025-10-11 00:52:13 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Barichello
4f73093799 Add missing sudo 2022-04-28 23:33:41 +02:00
GeckoEidechse
d4fec833f8 Fix trying to move tcli from wrong location
The extract tar still contains the version number in the name
2022-04-28 21:32:49 +02:00
Barichello
67c85eafc4 Update tcli download name 2022-04-28 21:17:41 +02:00

View File

@@ -139,12 +139,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
sudo mv -v tcli-0.1.4-linux-x64/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