diff --git a/.github/workflows/react_release.yml b/.github/workflows/react_release.yml index a5acb40abe..1605e4f9c3 100644 --- a/.github/workflows/react_release.yml +++ b/.github/workflows/react_release.yml @@ -64,6 +64,9 @@ jobs: run: | shopt -s dotglob tar --exclude='public/storage' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar.gz * + cd ../ + tar --exclude='public/storage' --exclude='invoiceninja.zip' -zcvf invoiceninja.tar.gz invoiceninja/ + mv ./invoiceninja.tar.gz ./invoiceninja/ - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') @@ -71,4 +74,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: files: | + /home/runner/work/invoiceninja/invoiceninja.tar /home/runner/work/invoiceninja/invoiceninja.tar.gz