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