From d3fa446c8c05242fdceb86ed61b223807afca241 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 27 Feb 2023 19:56:53 +0800 Subject: [PATCH] fix conditional --- .github/workflows/build-sign-notarize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-sign-notarize.yml b/.github/workflows/build-sign-notarize.yml index c3670f1..d5498a9 100644 --- a/.github/workflows/build-sign-notarize.yml +++ b/.github/workflows/build-sign-notarize.yml @@ -132,7 +132,7 @@ jobs: echo key=$S3_KEY >> $GITHUB_OUTPUT notarize-mac-installers: - if: ${{ inputs.s3-prefix }} != 'release' + if: inputs.s3-prefix != 'release' # TODO: run only for mac, create separate Job for linux needs: [get-platform, build] runs-on: macos-11