From 37a070818247421a94b3e220cd85190afa55d407 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 2 May 2023 21:03:22 +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 207a5e9b79dd..bda10e8217b4 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 . + tar --xform s:'./':: --exclude='.htaccess' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar -C invoiceninja ./ - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')