From cc1ec86138dfbe2569331d1bdb1a0f48e8bbb6a1 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Thu, 28 Apr 2022 21:31:48 +0200 Subject: [PATCH] Fix trying to move tcli from wrong location The extract tar still contains the version number in the name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9a03ef..1605626 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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