Skip to content

Commit

Permalink
Ignore pdf generation when using github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed May 1, 2023
1 parent ccf3480 commit 85ba05d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 85ba05d

Please sign in to comment.