From 78bd04b14ca207b20308b0b049360e88c5a6e3fd Mon Sep 17 00:00:00 2001 From: benbrummer Date: Thu, 9 Jan 2025 12:22:43 +0100 Subject: [PATCH] mv is wrong here Signed-off-by: benbrummer --- .github/workflows/react_release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/react_release.yml b/.github/workflows/react_release.yml index f87449aad5..7f4fea9fe9 100644 --- a/.github/workflows/react_release.yml +++ b/.github/workflows/react_release.yml @@ -65,8 +65,7 @@ jobs: shopt -s dotglob tar --exclude='public/storage' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar * cd ../ - tar --exclude='public/storage' --exclude='invoiceninja.tar' --exclude='invoiceninja.zip' -zcvf invoiceninja.tar.gz invoiceninja/ - mv ./invoiceninja.tar.gz ./invoiceninja/ + tar --exclude='public/storage' --exclude='invoiceninja.zip' -zcvf invoiceninja.tar.gz invoiceninja/ - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')