9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-25 09:49:28 +00:00

Update Upstream

This commit is contained in:
NONPLAYT
2022-11-15 00:34:04 +03:00
parent 79db6e6c76
commit 89cacb308a
17 changed files with 68 additions and 63 deletions

View File

@@ -1,5 +1,7 @@
name: Build DivineMC
on: push
on:
push:
workflow_dispatch:
env:
version: 1.19.2
@@ -32,6 +34,9 @@ jobs:
- name: Create Reobf Jar
run: ./gradlew createReobfPaperclipJar --stacktrace
- name: Create Mojmap Jar
run: ./gradlew createMojmapPaperclipJar --stacktrace
- name: Upload Artifacts
if: env.debug == 'true' || github.ref_name != env.branch