Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 22:40:18 +01:00
Added ViaProxy artifact to build.yml
Dieser Commit ist enthalten in:
Ursprung
a1265caa90
Commit
9585120821
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -77,6 +77,13 @@ jobs:
|
|||||||
name: Geyser Velocity
|
name: Geyser Velocity
|
||||||
path: bootstrap/velocity/build/libs/Geyser-Velocity.jar
|
path: bootstrap/velocity/build/libs/Geyser-Velocity.jar
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
- name: Archive artifacts (Geyser ViaProxy)
|
||||||
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
|
||||||
|
if: success()
|
||||||
|
with:
|
||||||
|
name: Geyser ViaProxy
|
||||||
|
path: bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Publish to Maven Repository
|
- name: Publish to Maven Repository
|
||||||
if: ${{ success() && github.repository == 'GeyserMC/Geyser' && github.ref_name == 'master' }}
|
if: ${{ success() && github.repository == 'GeyserMC/Geyser' && github.ref_name == 'master' }}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren