From 78b0d4d02f69ee454e042a809924b96481249ae3 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:07:19 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d43b877..05ffe935 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: - name: Get Libs ${{ matrix.platform }} env: - BRANCH: ${{ if github.ref_type == 'tag' }}RELEASE${{ else }}DEVELOP${{ endif }} + BRANCH: ${{ github.ref_type == 'tag' && "RELEASE" || "DEVELOP" }} run: | make ${{ matrix.platform }}-libs