From afdf9780960303deeaaf9c1d0d014d351b59f532 Mon Sep 17 00:00:00 2001 From: Thomas Knoefel <53190206+daddel80@users.noreply.github.com> Date: Tue, 26 Dec 2023 20:27:48 +0100 Subject: [PATCH] Update CI_build.yml --- .github/workflows/CI_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index dc70ceb..a2e7634 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -26,8 +26,8 @@ jobs: ZIPCMD: 7z a -tzip - name: Zip additional files - run: 7z a vs.proj\${{ matrix.build_configuration }}\${{ matrix.build_platform }}\MultiReplace-v${{ github.ref_name }}-${{ matrix.build_platform }}.zip -j vs.proj\${{ matrix.build_configuration }}\${{ matrix.build_platform }}\help_use_variables.html - + run: 7z a vs.proj\Debug\x64\MultiReplace-vmain-x64.zip vs.proj\Debug\x64\help_use_variables.html -spf2 + - name: List files in output directory run: dir vs.proj\${{ matrix.build_configuration }}\${{ matrix.build_platform }}