Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huyumars authored Feb 8, 2023
1 parent 135e601 commit 5545951
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ jobs:
- name: print
run: echo $GITHUB_REF

- name: upload
uses: actions/upload-artifact@v3
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
name: cbz.zip
path: cbz.zip
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: cbz.zip
asset_name: cbz.zip
tag: ${{ github.ref }}
overwrite: true
body: "calibre cbz output plugin"

0 comments on commit 5545951

Please sign in to comment.