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 6e274f8 commit 7bbc5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build project
run: |
cd ..
tar --exclude='../*' --exclude='.htaccess' -zcvf -C invoiceninja invoiceninja.tar invoiceninja/
tar --exclude='.htaccess' -zcvf -C invoiceninja invoiceninja.tar invoiceninja/
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 7bbc5f2

Please sign in to comment.