mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Ignore pdf generation when using github actions
This commit is contained in:
parent
a5599b02f3
commit
ccf3480f62
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -75,5 +75,5 @@ jobs:
|
|||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: invoiceninja.tar
|
||||||
path: /home/runner/work/invoiceninja/invoiceninja.tar
|
path: /home/runner/work/invoiceninja/invoiceninja.tar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user