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:
6
.github/workflows/pullrequest.yml
vendored
6
.github/workflows/pullrequest.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user