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
b2d6109907
commit
23f2cc8702
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -19,7 +19,6 @@ jobs:
|
|||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
ref: v5-develop
|
ref: v5-develop
|
||||||
path: 'ninja'
|
|
||||||
|
|
||||||
- name: Copy .env file
|
- name: Copy .env file
|
||||||
run: |
|
run: |
|
||||||
@ -71,7 +70,7 @@ jobs:
|
|||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
cd ..
|
||||||
tar --exclude='../*' --exclude='.htaccess' -zcvf -C ninja invoiceninja.tar ninja/
|
tar --exclude='../*' --exclude='.htaccess' -zcvf -C invoiceninja 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/')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user