From 7bbc5f2533b814cafa65692fb13c5b1ae8e7066a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 1 May 2023 21:20:09 +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 02b016ebc9d8..4998e6028481 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: - name: Build project run: | cd .. - tar --exclude='../*' --exclude='.htaccess' -zcvf -C invoiceninja invoiceninja.tar invoiceninja/ + tar --exclude='.htaccess' -zcvf -C invoiceninja invoiceninja.tar invoiceninja/ - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')