From 8c0b4461dc3bd6175fddf92d634cfc4ace42f0db Mon Sep 17 00:00:00 2001 From: arabcoders Date: Thu, 2 Oct 2025 18:32:56 +0300 Subject: [PATCH] fix native build. --- .github/workflows/native-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index e7723e65..3acbc403 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -19,7 +19,7 @@ env: jobs: build: - if: env.REGISTRY == '' + if: ${{ env.REGISTRY == '' }} runs-on: ${{ matrix.os }} strategy: matrix: