From 890018ae8df62cb7581e99b686e1eb378b9d2136 Mon Sep 17 00:00:00 2001 From: Roman Fomin Date: Thu, 29 Aug 2024 09:18:53 +0700 Subject: [PATCH] test 3 --- .github/workflows/continuous_integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index c900ab726..09e791fd5 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -159,14 +159,14 @@ jobs: cpack -G ZIP - name: Upload Artifacts - if: ${{ matrix.name == 'MSYS2 UCRT64' }} + if: ${{ matrix.config.name == 'MSYS2 UCRT64' }} uses: actions/upload-artifact@v4 with: name: ${{ matrix.config.package_name }} path: build/*.zip - name: Release - if: ${{ contains(github.ref, 'tags') && matrix.name == 'MSYS2 UCRT64' }} + if: ${{ contains(github.ref, 'tags') && matrix.config.name == 'MSYS2 UCRT64' }} uses: ncipollo/release-action@v1 with: name: ${{ github.ref_name }}