1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Fixes for releases

This commit is contained in:
David Bomba 2023-05-01 23:22:46 +10:00
parent 9d77a69563
commit 09b228b6e2

View File

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