diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 3c977c6..a08f3e3 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -21,10 +21,10 @@ jobs: architecture: x64 - name: 编译 - run: clean install -U -DskipTests -Pprod + run: mvn clean install -U -DskipTests -Pprod - name: 打包 - run: clean install -U -DskipTests -Pprod + run: mvn clean install -U -DskipTests -Pprod - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository