Skip to content

Commit

Permalink
Remove 'geyser' path for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored May 28, 2024
1 parent 6666474 commit 0bb4b3b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
if: success()
with:
artifacts: |
geyser/bootstrap/mod/fabric/build/libs/Geyser-Fabric.jar
geyser/bootstrap/mod/neoforge/build/libs/Geyser-NeoForge.jar
geyser/bootstrap/standalone/build/libs/Geyser-Standalone.jar
geyser/bootstrap/spigot/build/libs/Geyser-Spigot.jar
geyser/bootstrap/bungeecord/build/libs/Geyser-BungeeCord.jar
geyser/bootstrap/velocity/build/libs/Geyser-Velocity.jar
geyser/bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
bootstrap/mod/fabric/build/libs/Geyser-Fabric.jar
bootstrap/mod/neoforge/build/libs/Geyser-NeoForge.jar
bootstrap/standalone/build/libs/Geyser-Standalone.jar
bootstrap/spigot/build/libs/Geyser-Spigot.jar
bootstrap/bungeecord/build/libs/Geyser-BungeeCord.jar
bootstrap/velocity/build/libs/Geyser-Velocity.jar
bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
if: success()
with:
artifacts: |
geyser/bootstrap/mod/fabric/build/libs/Geyser-Fabric.jar
geyser/bootstrap/mod/neoforge/build/libs/Geyser-NeoForge.jar
geyser/bootstrap/standalone/build/libs/Geyser-Standalone.jar
geyser/bootstrap/spigot/build/libs/Geyser-Spigot.jar
geyser/bootstrap/bungeecord/build/libs/Geyser-BungeeCord.jar
geyser/bootstrap/velocity/build/libs/Geyser-Velocity.jar
geyser/bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
bootstrap/mod/fabric/build/libs/Geyser-Fabric.jar
bootstrap/mod/neoforge/build/libs/Geyser-NeoForge.jar
bootstrap/standalone/build/libs/Geyser-Standalone.jar
bootstrap/spigot/build/libs/Geyser-Spigot.jar
bootstrap/bungeecord/build/libs/Geyser-BungeeCord.jar
bootstrap/velocity/build/libs/Geyser-Velocity.jar
bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
- name: Publish to Maven Repository
if: ${{ success() && github.repository == 'GeyserMC/Geyser' && github.ref_name == 'master' }}
Expand Down

0 comments on commit 0bb4b3b

Please sign in to comment.