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 7f67d6d commit 05e9409
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
os: [ ubuntu-latest ]
# os: [ ubuntu-latest, windows-latest, macOS-latest ]
# arch: [ amd64, arm64, i386 ]

# exclude:
Expand Down Expand Up @@ -51,5 +52,15 @@ jobs:
body_path: CHANGELOG.md
draft: false
prerelease: false
files: |
scan2epub.tar.gz

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
upload_url: ${{ steps.release.outputs.upload_url }}
asset_path: ./scan2epub.tar.gz
asset_name: scan2epub.tar.gz
asset_content_type: application/gzip


0 comments on commit 05e9409

Please sign in to comment.