diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index bac6eee1..cd9f1e6b 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,16 +26,16 @@ jobs: if: success() with: name: Floodgate Bungee - path: bungee/target/floodgate-bungee-1.0-SNAPSHOT.jar + path: bungee/target/floodgate-bungee.jar - name: Archive artifacts (Floodgate Bukkit) uses: actions/upload-artifact@v1 if: success() with: name: Floodgate Bukkit - path: bukkit/target/floodgate-bukkit-1.0-SNAPSHOT.jar + path: bukkit/target/floodgate-bukkit.jar - name: Archive artifacts (Floodgate Velocity) uses: actions/upload-artifact@v1 if: success() with: name: Floodgate Velocity - path: velocity/target/floodgate-velocity-1.0-SNAPSHOT.jar + path: velocity/target/floodgate-velocity.jar