From c3ad750b9e43bdb95971e78833688fb10c359d42 Mon Sep 17 00:00:00 2001 From: Oniicyan <130678414+Oniicyan@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:21:41 +0800 Subject: [PATCH] Update test_release.yml --- .github/workflows/test_release.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index fc06a75..d53ff70 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -12,13 +12,20 @@ jobs: run : | mkdir ./测试 echo 测试 >./测试/测试.txt + mkdir ./test + echo test >./test/test.txt - name: upload test uses: actions/upload-artifact@v4 with: name: 测试 path: ./测试 - - name: release test + - name: release testc uses: svenstaro/upload-release-action@v2 with: file: ./测试 - tag: TEST + tag: TEST2 + - name: release teste + uses: svenstaro/upload-release-action@v2 + with: + file: ./test + tag: TEST2