diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23940e59..30aae092 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,6 @@ jobs: - name: Get Libs ${{ matrix.platform }} env: BRANCH: ${{ github.ref_type == 'tag' && 'RELEASE' || 'DEVELOP' }} - SENTRY_DSN: ${{ secrets.SENTRY_DSN }} run: | make ${{ matrix.platform }}-libs @@ -147,6 +146,7 @@ jobs: - name: Release ${{ matrix.platform }} env: BRANCH: ${{ github.ref_type == 'tag' && 'RELEASE' || 'DEVELOP' }} + SENTRY_DSN: ${{ secrets.SENTRY_DSN }} run: | make ${{ matrix.platform }}-release