From be930bb68bf6766d82b2d540635d97c284a3be84 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 18 May 2021 22:03:18 +0430 Subject: [PATCH] update to the new scheme --- .github/workflows/build_pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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