mirror of
https://github.com/R2Northstar/Northstar
synced 2026-08-23 20:23:04 -04:00
chore: Bump tcli to 0.1.7
This commit is contained in:
parent
ada52bb828
commit
5f0e73fc70
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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.1.7/tcli-0.1.7-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.1.7-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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue