From 9ebe05986b82343c2904efb0c9803e7bdc51d953 Mon Sep 17 00:00:00 2001 From: Avestura Date: Thu, 8 Feb 2024 02:26:43 +0330 Subject: [PATCH] ci: fix condition --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e75773b..c482713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: - name: Build Installer uses: caphyon/advinst-github-action@v1.0 - if: ${{ matrix.configuration }} == 'Release' + if: matrix.configuration == 'Release' with: advinst-version: '21.4' # advinst-license: ${{ secrets.ADVINST_LICENSE_KEY }} @@ -127,7 +127,7 @@ jobs: SetVersion 0.0.0 - name: Publish setup artifact - if: ${{ matrix.configuration }} == 'Release' + if: matrix.configuration == 'Release' uses: actions/upload-artifact@v2 with: name: setup