Skip to content

Commit

Permalink
Fixes for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed May 1, 2023
1 parent 09b228b commit a5599b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
- name: Build project
run: |
tar --exclude='.htaccess' -zcvf ./invoiceninja.tar ./
cd ..
tar --exclude='.htaccess' -zcvf /home/runner/work/invoiceninja/invoiceninja.tar invoiceninja/
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -75,4 +76,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: my-artifact
path: ./invoiceninja.tar
path: /home/runner/work/invoiceninja/invoiceninja.tar

0 comments on commit a5599b0

Please sign in to comment.