mirror of https://github.com/AxioDL/metaforce.git
CI: Fix workflow syntax
This commit is contained in:
parent
9a6eba2383
commit
ae5fa86f3e
|
@ -65,7 +65,7 @@ jobs:
|
||||||
run: cmake --build . --config $BUILD_TYPE
|
run: cmake --build . --config $BUILD_TYPE
|
||||||
|
|
||||||
- name: Upload debug information
|
- name: Upload debug information
|
||||||
if: matrix.name == "Clang"
|
if: ${{matrix.name == "Clang"}}
|
||||||
env:
|
env:
|
||||||
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN}}
|
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN}}
|
||||||
SENTRY_URL: ${{secrets.SENTRY_URL}}
|
SENTRY_URL: ${{secrets.SENTRY_URL}}
|
||||||
|
|
Loading…
Reference in New Issue