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 05e9409 commit 68c95d4
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 @@ -36,11 +36,11 @@ jobs:
run: go get .

- name: Build
run: go build -v ./...
run: go build -o scan2epub .

- name: Archive
run: |
tar -czf ./scan2epub.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 Down

0 comments on commit 68c95d4

Please sign in to comment.