Update release workflow

Updates the release workflow to download and include NapCat.Shell.Windows.OneKey.zip in the release artifacts.
This commit is contained in:
手瓜一十雪
2026-01-03 18:37:17 +08:00
parent 4f927a8ccd
commit 6d453aab50
4 changed files with 77 additions and 30 deletions

View File

@@ -198,6 +198,10 @@ jobs:
with:
path: ./artifacts
- name: Download NapCat.Shell.Windows.OneKey.zip
run: |
curl -L -o NapCat.Shell.Windows.OneKey.zip https://github.com/NapNeko/NapCatResource/raw/main/NapCat.Shell.Windows.OneKey.zip
- name: Zip Artifacts
run: |
cd artifacts
@@ -434,4 +438,5 @@ jobs:
NapCat.Shell.Windows.Node.zip
NapCat.Framework.zip
NapCat.Shell.zip
NapCat.Shell.Windows.OneKey.zip
draft: true