Skip to content

Commit

Permalink
[ci skip] Modify test action
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yh-china committed Jan 14, 2024
1 parent 5896ef1 commit 6b7f2c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6b7f2c5

Please sign in to comment.