From 0e09161a7e6ecf6aaaf29955730f2d9b462a0f64 Mon Sep 17 00:00:00 2001 From: Qiao <572381217@qq.com> Date: Sat, 28 Sep 2024 23:57:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20ci:=20=E6=B7=BB=E5=8A=A0test?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70a0648..0724e5e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 +