We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6152ed commit 3ddb720Copy full SHA for 3ddb720
.github/workflows/push-build.yml
@@ -40,11 +40,11 @@ jobs:
40
git config --global user.email "no-reply@github.com"
41
git config --global user.name "GitHub Actions"
42
./gradlew applyPatches
43
- ./gradlew createMojmapBundlerJar
+ ./gradlew createMojmapPaperclipJar
44
./gradlew :parchment-api:publishMavenPublicationToEdenSnapshotsRepository
45
./gradlew publishDevBundlePublicationToEdenSnapshotsRepository -PpublishDevBundle
46
47
- uses: actions/upload-artifact@v3
48
with:
49
name: Parchment-JDK${{ matrix.java }}
50
- path: build/libs/parchment-paperclip-*-reobf.jar
+ path: build/libs/parchment-paperclip-*-mojmap.jar
0 commit comments