diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index d53ff70..fe4eff9 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -14,11 +14,16 @@ jobs: echo 测试 >./测试/测试.txt mkdir ./test echo test >./test/test.txt - - name: upload test + - name: upload testc uses: actions/upload-artifact@v4 with: name: 测试 path: ./测试 + - name: upload teste + uses: actions/upload-artifact@v4 + with: + name: test + path: ./test - name: release testc uses: svenstaro/upload-release-action@v2 with: