diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 434aff8c8..d48aed90d 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -476,7 +476,7 @@ jobs: - name: "[macOS] Sign & notarize app bundle" # if: matrix.os == 'macOS' && matrix.make_package && needs.configure.outputs.tag != null - if: matrix.os == 'macOS' + if: matrix.os == 'macOS' shell: bash env: BUILD_PATH: ${{ steps.build.outputs.path }}