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