From efff2c890fcdbc275a364aa887e7cb98411cf501 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 11 Feb 2021 16:04:19 +0100 Subject: [PATCH] fix(ci) Rename `wasmer-windows.exe` to `wasmer-windows-installer.exe`. --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6a12ab24743..581de29f8a9 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -357,9 +357,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps + upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: artifacts/wasmer-windows-amd64/WasmerInstaller.exe - asset_name: wasmer-windows.exe + asset_name: wasmer-windows-installer.exe asset_content_type: application/vnd.microsoft.portable-executable - name: Upload Release Asset Linux amd64 id: upload-release-asset-linux-amd64