Fix bad yaml
This commit is contained in:
parent
f99640a42d
commit
bae63c4321
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
|
@ -97,15 +97,15 @@ jobs:
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|
||||||
- name: Upload arm Binary
|
- name: Upload arm Binary
|
||||||
id: upload-release-binary
|
id: upload-release-binary
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: build/wings_linux_arm
|
asset_path: build/wings_linux_arm
|
||||||
asset_name: wings_linux_arm
|
asset_name: wings_linux_arm
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|
||||||
- name: Upload checksum
|
- name: Upload checksum
|
||||||
id: upload-release-checksum
|
id: upload-release-checksum
|
||||||
|
|
Loading…
Reference in New Issue
Block a user