Whoops bad YAML
This commit is contained in:
parent
ad5c47456a
commit
33adbd3e27
1 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
release_assets:
|
release_assets:
|
||||||
name: Release assets
|
name: Release assets
|
||||||
needs: ['create_release'] # We need to know the upload URL
|
needs: ['create_release'] # We need to know the upload URL
|
||||||
runs-on: ${{ matrix.config.os }} # We run many different builds
|
runs-on: ${{ matrix.os }} # We run many different builds
|
||||||
env:
|
env:
|
||||||
# For some builds, we use cross to test on 32-bit and big-endian
|
# For some builds, we use cross to test on 32-bit and big-endian
|
||||||
# systems.
|
# systems.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue