From d3b5d8702d29bbe1fc1d464eebd989a0ed15eb55 Mon Sep 17 00:00:00 2001 From: Benjamin Brummer Date: Tue, 7 Jan 2025 14:08:45 +0100 Subject: [PATCH] exclude for "./htaccess" has no match and .htaccess should be part of the archive --- .github/workflows/react_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react_release.yml b/.github/workflows/react_release.yml index d397dcea7a..962c72aeea 100644 --- a/.github/workflows/react_release.yml +++ b/.github/workflows/react_release.yml @@ -63,7 +63,7 @@ jobs: - name: Build project run: | shopt -s dotglob - tar --exclude='public/storage' --exclude='./htaccess' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar * + tar --exclude='public/storage' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar * - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')