9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-19 15:09:27 +00:00

Upload Paperclip JAR to the GitHub Workflow run

This commit is contained in:
MrPowerGamerBR
2023-11-17 12:23:04 -03:00
parent 5d46676859
commit cc5a154eec

View File

@@ -30,3 +30,10 @@ jobs:
run: ./gradlew applyPatches
- name: Build
run: ./gradlew build
- name: Create reobf Paperclip JAR
run: ./gradlew createReobfPaperclipJar
- uses: actions/upload-artifact@v2
name: "Upload Paperclip JAR"
with:
name: SparklyPaper Paperclip
path: "build/libs/SparklyPaper-paperclip-*.jar"