ci: fix zip and mark CI release as draft

This commit is contained in:
Yujia Qiao 2022-01-13 11:39:49 +08:00 committed by GitHub
parent d4de47716c
commit 0b2cb15dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,7 @@ jobs:
name: rathole-${{ matrix.target }}
path: target/${{ matrix.target }}/release/${{ matrix.exe }}
- name: Zip Release
uses: TheDoctor0/zip-release@0.6.0
uses: TheDoctor0/zip-release@0.6.1
with:
type: zip
filename: rathole-${{ matrix.target }}.zip
@ -98,6 +98,7 @@ jobs:
with:
files: target/${{ matrix.target }}/release/rathole-${{ matrix.target }}.zip
generate_release_notes: true
draft: true
docker:
name: Publish to Docker Hub
runs-on: ubuntu-latest