mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-14 07:53:28 +00:00
CI: Fix workflow syntax
This commit is contained in:
parent
9a6eba2383
commit
ae5fa86f3e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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…
x
Reference in New Issue
Block a user