From 09b228b6e201cdc7ef644881a4619450af10f4c2 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 1 May 2023 23:22:46 +1000 Subject: [PATCH] Fixes for releases --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8d14794e4fa..16049da31fe2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,8 +65,7 @@ jobs: - name: Build project run: | - cd .. - tar --exclude='.htaccess' -zcvf ./invoiceninja.tar invoiceninja/ + tar --exclude='.htaccess' -zcvf ./invoiceninja.tar ./ - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')