mirror of
https://github.com/BX-Team/DivineMC.git
synced 2026-01-06 15:41:52 +00:00
yeah baby it compiles, update script
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -37,12 +37,9 @@ jobs:
|
||||
chmod +x gradlew
|
||||
|
||||
- name: Patch
|
||||
run: ./gradlew applyPatches --stacktrace
|
||||
run: ./gradlew applyAllPatches --stacktrace
|
||||
|
||||
- name: Create Reobf Jar
|
||||
run: ./gradlew createReobfPaperclipJar --stacktrace
|
||||
|
||||
- name: Create Mojmap Jar
|
||||
- name: Build Paperclip Jar
|
||||
run: ./gradlew createMojmapPaperclipJar --stacktrace
|
||||
|
||||
- name: Publish API
|
||||
@@ -53,8 +50,8 @@ jobs:
|
||||
if: env.debug == 'true' || github.ref_name != env.branch
|
||||
uses: actions/upload-artifact@main
|
||||
with:
|
||||
name: Artifacts
|
||||
path: build/libs
|
||||
name: DivineMC
|
||||
path: divinemc-server/build/libs/divinemc-paperclip-*-mojmap.jar
|
||||
|
||||
- name: Release Artifacts
|
||||
if: github.ref_name == env.branch
|
||||
|
||||
Reference in New Issue
Block a user