Fixes for releases

This commit is contained in:
David Bomba 2023-05-01 23:11:50 +10:00
parent 9e81f8d200
commit 9d77a69563

View File

@ -66,7 +66,7 @@ jobs:
- name: Build project
run: |
cd ..
tar --exclude='.htaccess' -zcvf invoiceninja.tar invoiceninja/
tar --exclude='.htaccess' -zcvf ./invoiceninja.tar invoiceninja/
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
@ -76,4 +76,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: my-artifact
path: invoiceninja.tar
path: ./invoiceninja.tar