1
mirror of https://github.com/R2Northstar/Northstar synced 2025-09-18 19:30:50 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
GeckoEidechse
64bf7cbc3e chore: Bump tcli to 0.2.4 2024-06-17 15:48:21 +02:00
GeckoEidechse
c2b612b314 chore: Bump tcli to 0.2.3 2024-03-05 15:14:35 +01:00

View File

@@ -125,9 +125,9 @@ jobs:
steps:
- name: Setup tcli
run: |
wget --output-document tcli.tar.gz https://github.com/thunderstore-io/thunderstore-cli/releases/download/0.1.4/tcli-0.1.4-linux-x64.tar.gz
wget --output-document tcli.tar.gz https://github.com/thunderstore-io/thunderstore-cli/releases/download/0.2.4/tcli-0.2.4-linux-x64.tar.gz
tar xvf tcli.tar.gz
sudo mv --verbose tcli-0.1.4-linux-x64/tcli /bin
sudo mv --verbose tcli-0.2.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