From 6541aa8529303639855ac43e50c5e60240be7e88 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 30 Apr 2023 21:52:17 +1000 Subject: [PATCH] Updates for release with .tar --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 453683b75fc..16015bebb0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,6 +71,8 @@ jobs: if: startsWith(github.ref, 'refs/tags/') env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload Artifact + uses: actions/upload-artifact@v3 with: - files: | - invoiceninja.tar + name: my-artifact + path: invoiceninja.tar