Skip to content

Commit

Permalink
fix(ci) Rename wasmer-windows.exe to wasmer-windows-installer.exe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Feb 11, 2021
1 parent 3946f3c commit efff2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efff2c8

Please sign in to comment.