diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 695ad54f..5d43b877 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,6 +118,8 @@ jobs: make gen - name: Get Libs ${{ matrix.platform }} + env: + BRANCH: ${{ if github.ref_type == 'tag' }}RELEASE${{ else }}DEVELOP${{ endif }} run: | make ${{ matrix.platform }}-libs