From a51611733de45c447a6379fd95c58863fcefef3c Mon Sep 17 00:00:00 2001 From: RednedEpic Date: Wed, 4 Mar 2020 20:56:08 -0600 Subject: [PATCH] Update workflow path --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index bf5972f2..ce6d7646 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -28,4 +28,4 @@ jobs: if: success() with: name: Geyser - path: target/Geyser.jar + path: bootstrap/standalone/target/Geyser.jar