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