Update ci.yml

This commit is contained in:
Hiddify
2023-09-12 10:07:19 +02:00
committed by GitHub
parent 2a5ce545e7
commit 78b0d4d02f

View File

@@ -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