mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Updates for release with .tar
This commit is contained in:
parent
ec96e761ca
commit
6541aa8529
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user