From bae63c4321c8ab5af0676623cf1d8c101d5b451e Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Thu, 22 Oct 2020 21:41:00 -0700 Subject: [PATCH] Fix bad yaml --- .github/workflows/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 654b7a8..54ebae7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,15 +97,15 @@ jobs: asset_content_type: application/octet-stream - name: Upload arm Binary - id: upload-release-binary - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: build/wings_linux_arm - asset_name: wings_linux_arm - asset_content_type: application/octet-stream + id: upload-release-binary + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.create_release.outputs.upload_url }} + asset_path: build/wings_linux_arm + asset_name: wings_linux_arm + asset_content_type: application/octet-stream - name: Upload checksum id: upload-release-checksum