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

I forgot about this

This commit is contained in:
MrPowerGamerBR
2024-06-13 13:38:41 -03:00
parent a65807bc69
commit 9589b14e23

View File

@@ -30,6 +30,11 @@ jobs:
run: ./gradlew applyPatches
- name: Build
run: ./gradlew build
- name: Publish publications and dev bundle
run: ./gradlew -PpublishDevBundle publishDevBundlePublicationToPerfectDreamsRepository publishMavenPublicationToPerfectDreamsRepository
env:
ORG_GRADLE_PROJECT_PerfectDreamsUsername: ${{ secrets.PERFECTDREAMS_REPO_USERNAME }}
ORG_GRADLE_PROJECT_PerfectDreamsPassword: ${{ secrets.PERFECTDREAMS_REPO_PASSWORD }}
- name: Create Paperclip JAR
run: ./gradlew createMojmapPaperclipJar createReobfPaperclipJar
- uses: actions/upload-artifact@v4