9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-26 10:29:15 +00:00

[ci skip] Modify test action

This commit is contained in:
violetc
2024-01-14 11:04:48 +08:00
parent 5896ef1225
commit 6b7f2c52eb

View File

@@ -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 }}