1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Use Cumulus as Form library

This commit is contained in:
Tim203
2020-12-10 23:01:40 +01:00
parent 01df0283e9
commit 4d6cc25315
8 changed files with 23 additions and 23 deletions

View File

@@ -27,12 +27,12 @@ jobs:
with:
name: Floodgate Bungee
path: bungee/target/floodgate-bungee.jar
- name: Archive artifacts (Floodgate Bukkit)
- name: Archive artifacts (Floodgate Spigot)
uses: actions/upload-artifact@v1
if: success()
with:
name: Floodgate Bukkit
path: bukkit/target/floodgate-bukkit.jar
name: Floodgate Spigot
path: spigot/target/floodgate-spigot.jar
- name: Archive artifacts (Floodgate Velocity)
uses: actions/upload-artifact@v1
if: success()