mirror of https://github.com/AxioDL/metaforce.git
CI: Fix workflow syntax take 2
This commit is contained in:
parent
ae5fa86f3e
commit
9c690bf8da
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue