Explorar o código

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

Sebastian Stenzel %!s(int64=5) %!d(string=hai) anos
pai
achega
a8b76a6914
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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