diff --git a/.github/workflows/leaves.yml b/.github/workflows/leaves.yml index d783353c..0e7c5c48 100644 --- a/.github/workflows/leaves.yml +++ b/.github/workflows/leaves.yml @@ -35,3 +35,8 @@ jobs: uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7 with: arguments: createReobfPaperclipJar + - name: Archive Leaves Paperclip + uses: actions/upload-artifact@v2 + with: + name: Leaves + path: build/libs/Leaves-paperclip-1.18.1-R0.1-SNAPSHOT-reobf.jar \ No newline at end of file