Updates for release with .tar

This commit is contained in:
David Bomba 2023-04-30 21:52:17 +10:00
parent ec96e761ca
commit 6541aa8529

View File

@ -71,6 +71,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Artifact
uses: actions/upload-artifact@v3
with: with:
files: | name: my-artifact
invoiceninja.tar path: invoiceninja.tar