From 9e81f8d20093ae9c28d0cb95945a6c5df07c1135 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 1 May 2023 22:00:28 +1000 Subject: [PATCH] Fixes for releases --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4998e6028481..feb745cd5e26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: - name: Build project run: | cd .. - tar --exclude='.htaccess' -zcvf -C invoiceninja invoiceninja.tar invoiceninja/ + tar --exclude='.htaccess' -zcvf invoiceninja.tar invoiceninja/ - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')