CI: Fix workflow syntax

This commit is contained in:
Luke Street 2021-04-05 16:00:47 -04:00
parent 9a6eba2383
commit ae5fa86f3e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
run: cmake --build . --config $BUILD_TYPE
- name: Upload debug information
if: matrix.name == "Clang"
if: ${{matrix.name == "Clang"}}
env:
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN}}
SENTRY_URL: ${{secrets.SENTRY_URL}}