From 805ce97ec0cb28b45256f7d798455c2d297902b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Sat, 29 Jan 2022 02:18:11 +0100 Subject: [PATCH] Fix stripping --- .github/workflows/cmake.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bc4bd38be..47656992b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -102,6 +102,7 @@ jobs: slug: '' type: Release new-dynarec: off + strip: --strip - name: Debug ODR slug: -Debug type: Debug @@ -109,6 +110,7 @@ jobs: - name: Regular NDR slug: -NDR type: Release + strip: --strip new-dynarec: on - name: Debug NDR slug: -NDR-Debug @@ -127,9 +129,6 @@ jobs: triplet: arm64-windows-static toolchain: cmake/llvm-win32-aarch64.cmake vcvars: x64_arm64 - include: - - build: Release - strip: --strip exclude: - build: new-dynarec: off @@ -172,7 +171,7 @@ jobs: cmake --build build shell: cmd - name: Generate package - run: cmake --install build --prefix ./build/artifacts ${{ matrix.strip }} + run: cmake --install build --prefix ./build/artifacts ${{ matrix.build.strip }} - uses: actions/upload-artifact@v2 with: name: '86Box${{ matrix.build.slug }}-Windows-LLVM-${{ matrix.target.name }}-gha${{ github.run_number }}'