From d5cc1774d714afde3e7e3d95d60d71f69e21c3dd Mon Sep 17 00:00:00 2001 From: deep-soft Date: Mon, 2 Sep 2024 00:52:54 +0300 Subject: [PATCH] Update build-release-vc.yml --- .github/workflows/build-release-vc.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-release-vc.yml b/.github/workflows/build-release-vc.yml index 392bd0da32..ebb5b61590 100644 --- a/.github/workflows/build-release-vc.yml +++ b/.github/workflows/build-release-vc.yml @@ -1,4 +1,5 @@ -# 2024-02-10 22:30 +# 2024-09-02 00:40 +# soft_fast_search patch name: Build release VC on: @@ -26,6 +27,10 @@ on: msbuild_cl_ARM64_release: default: true type: boolean + soft_fast_search_patch: + default: true + type: boolean + env: PROG_NAME: "Far3" @@ -97,6 +102,15 @@ jobs: - name: Checkout source uses: deep-soft/checkout@v4 + - name: soft_fast_search_patch + if: ${{ inputs.soft_fast_search_patch }} + continue-on-error: false + run: | + ls -la patch/filelist.diff || true; + if [[ -f patch/filelist.diff]]; then + git apply --verbose patch/filelist.diff + fi + - name: Get program version continue-on-error: false shell: bash