From 6b7f2c52ebefde9fb7b01c6c2af4f7ad376add92 Mon Sep 17 00:00:00 2001 From: violetc <58360096+s-yh-china@users.noreply.github.com> Date: Sun, 14 Jan 2024 11:04:48 +0800 Subject: [PATCH] [ci skip] Modify test action --- .github/workflows/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18d68b82..1e4e16dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,3 +41,10 @@ jobs: uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7 with: arguments: createReobfPaperclipJar + - name: Get Release Info + run: sh scripts/GetReleaseInfo.sh + - name: Archive Leaves + uses: actions/upload-artifact@v3 + with: + name: ${{ env.jar }} + path: ${{ env.jar }}