Skip to content

Commit 3ddb720

Browse files
authored
Update push-build.yml
1 parent b6152ed commit 3ddb720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
git config --global user.email "no-reply@github.com"
4141
git config --global user.name "GitHub Actions"
4242
./gradlew applyPatches
43-
./gradlew createMojmapBundlerJar
43+
./gradlew createMojmapPaperclipJar
4444
./gradlew :parchment-api:publishMavenPublicationToEdenSnapshotsRepository
4545
./gradlew publishDevBundlePublicationToEdenSnapshotsRepository -PpublishDevBundle
4646
4747
- uses: actions/upload-artifact@v3
4848
with:
4949
name: Parchment-JDK${{ matrix.java }}
50-
path: build/libs/parchment-paperclip-*-reobf.jar
50+
path: build/libs/parchment-paperclip-*-mojmap.jar

0 commit comments

Comments
 (0)