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:
parent
9d77a69563
commit
09b228b6e2
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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/')
|
||||
|
Loading…
Reference in New Issue
Block a user