diff --git a/.github/workflows/react_release.yml b/.github/workflows/react_release.yml index c43c0fa922..45611eccd3 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='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar.gz * + tar --exclude='public/storage' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar * cd ../ tar --exclude='public/storage' --exclude='invoiceninja.zip' -zcvf invoiceninja.tar.gz invoiceninja/ mv ./invoiceninja.tar.gz ./invoiceninja/