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/')