diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 207a5e9b79d..bda10e8217b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: run: | zip -r /home/runner/work/invoiceninja/invoiceninja.zip .* -x "../*" cd .. - tar --exclude='.htaccess' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar -C invoiceninja . + tar --xform s:'./':: --exclude='.htaccess' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar -C invoiceninja ./ - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')