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:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user