From 529de4277d307155aa51150a7be89d83d482c082 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 2 May 2023 22:20:40 +1000 Subject: [PATCH] updates for tar directory --- .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 89b04f67877d..a9867a7da617 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: run: | zip -r /home/runner/work/invoiceninja/invoiceninja.zip .* -x "../*" cd .. - tar --exclude='.htaccess' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar -C invoiceninja . --xform='s!^\./!!' + tar --exclude='.htaccess' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar -C invoiceninja .* --xform='s!^\./!!' - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')