This commit is contained in:
手瓜一十雪 2024-04-15 08:00:02 +08:00 committed by GitHub
parent 193ba781a0
commit 66075e3960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,5 @@
name: "release" name: "release"
on: on:
workflow_dispatch:
push: push:
tags: tags:
- "v*" - "v*"
@ -83,7 +82,7 @@ jobs:
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
name: NapCat V0.0.0 name: NapCat V0.0.0
token: ${{ secrets.NAPCAT_BUILD }} token: ${{ secrets.GITHUB_TOKEN }}
files: | files: |
NapCat.win32.x64.zip NapCat.win32.x64.zip
NapCat.linux.x64.zip NapCat.linux.x64.zip