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 }}
|
- name: Get Libs ${{ matrix.platform }}
|
||||||
env:
|
env:
|
||||||
BRANCH: ${{ if github.ref_type == 'tag' }}RELEASE${{ else }}DEVELOP${{ endif }}
|
BRANCH: ${{ github.ref_type == 'tag' && "RELEASE" || "DEVELOP" }}
|
||||||
run: |
|
run: |
|
||||||
make ${{ matrix.platform }}-libs
|
make ${{ matrix.platform }}-libs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user