Parcourir la source

if we want this to run package, we should ask it to package.

Sebastian Stenzel il y a 5 ans
Parent
commit
a8b76a6914
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -50,7 +50,7 @@ jobs:
           restore-keys: |
             ${{ runner.os }}-maven-
       - name: Build with Maven
-        run: mvn -B compile -DskipTests --file main/pom.xml --resume-from=buildkit -Prelease
+        run: mvn -B package -DskipTests --file main/pom.xml --resume-from=buildkit -Prelease