From ab1251c7bb5ffd26c031e6cf6515d39399e9205d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 5 Jun 2024 14:52:56 +1000 Subject: [PATCH] Update release build --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f672fdcda0e..e2802e6c2f75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,6 @@ jobs: - name: Build project run: | - zip -r /home/runner/work/invoiceninja/invoiceninja.zip .* -x "../*" shopt -s dotglob tar --exclude='public/storage' --exclude='./htaccess' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar * - name: Release @@ -82,5 +81,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: files: | - /home/runner/work/invoiceninja/invoiceninja.tar - /home/runner/work/invoiceninja/invoiceninja.zip \ No newline at end of file + /home/runner/work/invoiceninja/invoiceninja.tar \ No newline at end of file