mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for releases
This commit is contained in:
parent
9e81f8d200
commit
9d77a69563
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user