diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05ffe935..acb9f4d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: - name: Get Libs ${{ matrix.platform }} env: - BRANCH: ${{ github.ref_type == 'tag' && "RELEASE" || "DEVELOP" }} + BRANCH: ${{ github.ref_type == 'tag' && 'RELEASE' || 'DEVELOP' }} run: | make ${{ matrix.platform }}-libs