From 5f0e73fc707d257a88a7ab3c4860020466b67d42 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Mon, 17 Jun 2024 19:58:31 +0200 Subject: [PATCH] chore: Bump tcli to 0.1.7 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1427f85..d913223 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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