Fixes for releases

This commit is contained in:
David Bomba 2023-05-01 22:00:28 +10:00
parent 7bbc5f2533
commit 9e81f8d200

View File

@ -66,7 +66,7 @@ jobs:
- name: Build project - name: Build project
run: | run: |
cd .. cd ..
tar --exclude='.htaccess' -zcvf -C invoiceninja invoiceninja.tar invoiceninja/ tar --exclude='.htaccess' -zcvf invoiceninja.tar invoiceninja/
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')