Bug Report
Description
The installation command fails with an error indicating that the release asset apm-windows-x86_64.zip is missing from release v0.7.8.
Steps to Reproduce
Run the following command in PowerShell:
irm https://raw.githubusercontent.com/microsoft/apm/main/install.ps1 | iex
Expected Behavior
The installer should download and install apm successfully.
Actual Behavior
The script fails with the following error:
Release v0.7.8 does not contain apm-windows-x86_64.zip.
Environment
- OS: Windows (x86_64)
- Shell: PowerShell
- apm version: v0.7.8 (latest at time of report)
Additional Context
It appears that the release v0.7.8 does not include the apm-windows-x86_64.zip asset in its GitHub release artifacts. The install script expects this file to be present.
Bug Report
Description
The installation command fails with an error indicating that the release asset
apm-windows-x86_64.zipis missing from release v0.7.8.Steps to Reproduce
Run the following command in PowerShell:
Expected Behavior
The installer should download and install
apmsuccessfully.Actual Behavior
The script fails with the following error:
Environment
Additional Context
It appears that the release v0.7.8 does not include the
apm-windows-x86_64.zipasset in its GitHub release artifacts. The install script expects this file to be present.