Skip to content

Commit

Permalink
🎈 ci: 添加test工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartfeltJoy committed Sep 28, 2024
1 parent 934cd3c commit 0e09161
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ jobs:
- name: Add Manifest
run: |
mt.exe -manifest ./assets/NapCat-Desktop.exe.manifest -outputresource:./build/NapCat-Desktop.exe;1
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: NapCat-Desktop
path: ./build/NapCat-Desktop.exe

0 comments on commit 0e09161

Please sign in to comment.