summaryrefslogtreewikicommitdiff
path: root/.github/workflows/beta.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/beta.yml')
-rw-r--r--.github/workflows/beta.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml
index a37bf00..f70f479 100644
--- a/.github/workflows/beta.yml
+++ b/.github/workflows/beta.yml
@@ -19,7 +19,7 @@ jobs:
java-version: 1.8
- name: Build with Maven
- run:
+ run: |
mvn -B package --file pom.xml
mkdir staging && cp target/*.jar staging