From 85ba05d9c55dfd2417a526419054e6d2ea002c82 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 2 May 2023 09:35:46 +1000 Subject: [PATCH] Ignore pdf generation when using github actions --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f1e5ace27c4..b141a2e9a4b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file