From 24f4ec0c593e30cf56986be0cb5b27a5e11c4d3e Mon Sep 17 00:00:00 2001 From: benbrummer Date: Thu, 9 Jan 2025 11:30:03 +0100 Subject: [PATCH] Exclude previously created invoiceninja.tar for invoiceninjar.tar.gz Signed-off-by: benbrummer --- .github/workflows/react_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react_release.yml b/.github/workflows/react_release.yml index 1605e4f9c3..a23de66d4b 100644 --- a/.github/workflows/react_release.yml +++ b/.github/workflows/react_release.yml @@ -65,7 +65,7 @@ jobs: shopt -s dotglob tar --exclude='public/storage' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar.gz * cd ../ - tar --exclude='public/storage' --exclude='invoiceninja.zip' -zcvf invoiceninja.tar.gz invoiceninja/ + tar --exclude='public/storage' --exclude='invoiceninja.tar' --exclude='invoiceninja.zip' -zcvf invoiceninja.tar.gz invoiceninja/ mv ./invoiceninja.tar.gz ./invoiceninja/ - name: Release uses: softprops/action-gh-release@v1