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