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

Fixed wrong artifact upload (#31)

This commit is contained in:
rtm516
2020-05-06 12:10:53 +01:00
committed by GitHub
parent 7b5a269717
commit bd0815f285

View File

@@ -26,16 +26,16 @@ jobs:
if: success() if: success()
with: with:
name: Floodgate Bungee name: Floodgate Bungee
path: bungee/target/floodgate-bungee-1.0-SNAPSHOT.jar path: bungee/target/floodgate-bungee.jar
- name: Archive artifacts (Floodgate Bukkit) - name: Archive artifacts (Floodgate Bukkit)
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
if: success() if: success()
with: with:
name: Floodgate Bukkit name: Floodgate Bukkit
path: bukkit/target/floodgate-bukkit-1.0-SNAPSHOT.jar path: bukkit/target/floodgate-bukkit.jar
- name: Archive artifacts (Floodgate Velocity) - name: Archive artifacts (Floodgate Velocity)
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
if: success() if: success()
with: with:
name: Floodgate Velocity name: Floodgate Velocity
path: velocity/target/floodgate-velocity-1.0-SNAPSHOT.jar path: velocity/target/floodgate-velocity.jar