Update ci.yml
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user