Skip to content

Commit

Permalink
Updates for release with .tar
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Apr 30, 2023
1 parent ec96e76 commit 6541aa8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6541aa8

Please sign in to comment.