ci: fix env

This commit is contained in:
problematicconsumer
2023-09-17 16:16:06 +03:30
parent b5095bb897
commit f609ab9837

View File

@@ -120,7 +120,6 @@ jobs:
- name: Get Libs ${{ matrix.platform }} - name: Get Libs ${{ matrix.platform }}
env: env:
BRANCH: ${{ github.ref_type == 'tag' && 'RELEASE' || 'DEVELOP' }} BRANCH: ${{ github.ref_type == 'tag' && 'RELEASE' || 'DEVELOP' }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
run: | run: |
make ${{ matrix.platform }}-libs make ${{ matrix.platform }}-libs
@@ -147,6 +146,7 @@ jobs:
- name: Release ${{ matrix.platform }} - name: Release ${{ matrix.platform }}
env: env:
BRANCH: ${{ github.ref_type == 'tag' && 'RELEASE' || 'DEVELOP' }} BRANCH: ${{ github.ref_type == 'tag' && 'RELEASE' || 'DEVELOP' }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
run: | run: |
make ${{ matrix.platform }}-release make ${{ matrix.platform }}-release