mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 08:04:40 -04:00
Set two builds
This commit is contained in:
parent
49dddbd684
commit
c67e6c9259
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -65,8 +65,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
|
zip -r /home/runner/work/invoiceninja/invoiceninja.zip .* -x "../*"
|
||||||
cd ..
|
cd ..
|
||||||
tar --exclude='.htaccess' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar -C invoiceninja .
|
tar --exclude='.htaccess' --exclude='invoiceninja.zip' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar -C 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/')
|
||||||
@ -75,3 +76,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
/home/runner/work/invoiceninja/invoiceninja.tar
|
/home/runner/work/invoiceninja/invoiceninja.tar
|
||||||
|
/home/runner/work/invoiceninja/invoiceninja.zip
|
Loading…
x
Reference in New Issue
Block a user