Skip to content

Commit

Permalink
ci : minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LordPax committed Apr 16, 2024
1 parent 7979b99 commit 7f67d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Archive
run: |
tar -czf scan2epub-${{ matrix.os }}-${{ github.ref }}.tar.gz scan2epub README.md install.sh
tar -czf ./scan2epub.tar.gz scan2epub README.md install.sh
- name: Release
uses: softprops/action-gh-release@v2
Expand All @@ -52,4 +52,4 @@ jobs:
draft: false
prerelease: false
files: |
scan2epub-${{ matrix.os }}-${{ github.ref }}.tar.gz
scan2epub.tar.gz

0 comments on commit 7f67d6d

Please sign in to comment.