CI: Fix workflow syntax take 2

This commit is contained in:
Luke Street 2021-04-05 16:01:46 -04:00
parent ae5fa86f3e
commit 9c690bf8da
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}}