mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix
This commit is contained in:
parent
0588541357
commit
d2e6b27ecd
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -82,11 +82,12 @@ jobs:
|
|||||||
- name: Create Release Draft and Upload Artifacts
|
- name: Create Release Draft and Upload Artifacts
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
name: NapCat V0.0.0
|
||||||
token: ${{ secrets.NAPCAT_BUILD }}
|
token: ${{ secrets.NAPCAT_BUILD }}
|
||||||
files: |
|
files: |
|
||||||
NapCat.win32.amd64.zip
|
NapCat.win32.x64.zip
|
||||||
NapCat.linux.amd64.zip
|
NapCat.linux.x64.zip
|
||||||
NapCat.linux.arm64.zip
|
NapCat.linux.arm64.zip
|
||||||
NapCat.darwin.amd64.zip
|
NapCat.darwin.x64.zip
|
||||||
NapCat.darwin.arm64.zip
|
NapCat.darwin.arm64.zip
|
||||||
draft: true
|
draft: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user