1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-23 08:49:23 +00:00

Cleanup buildscript, add github actions

This commit is contained in:
Konicai
2022-10-16 20:21:29 -04:00
parent 5a805bc688
commit 7bf9b92cbb
4 changed files with 13 additions and 25 deletions

View File

@@ -19,6 +19,13 @@ jobs:
uses: snickerbockers/submodules-init@v4
- name: Build with Gradle
run: ./gradlew build
- name: Archive artifacts (Geyser Fabric)
uses: actions/upload-artifact@v2
if: success()
with:
name: Geyser Fabric
path: bootstrap/fabric/build/libs/Geyser-Fabric.jar
- name: Archive artifacts (Geyser Standalone)
uses: actions/upload-artifact@v2
if: success()