diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index 3f2e9245..6535404d 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -57,12 +57,12 @@ jobs: **/react/node_modules key: ${{ runner.os }}-${{ hashFiles('**/react/yarn.lock') }} - - name: Build and copy webUI, Build Jar and launch4j + - name: Build and copy webUI, Build Jar uses: eskatos/gradle-command-action@v1 with: build-root-directory: master wrapper-directory: master - arguments: :webUI:copyBuild :server:windowsPackage --stacktrace + arguments: :webUI:copyBuild :server:shadowJar --stacktrace wrapper-cache-enabled: true dependencies-cache-enabled: true configuration-cache-enabled: true \ No newline at end of file