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
ccf3480f62
commit
85ba05d9c5
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -72,8 +72,6 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: invoiceninja.tar
|
||||
path: /home/runner/work/invoiceninja/invoiceninja.tar
|
||||
files: |
|
||||
/home/runner/work/invoiceninja/invoiceninja.tar
|
Loading…
x
Reference in New Issue
Block a user