OctopusDeploy / Library

| Public | A repository of step templates and other community-contributed extensions to Octopus Deploy
Other
171 stars 504 forks source link

Fixing bug in grate #1386

Closed twerthi closed 1 year ago

twerthi commented 1 year ago

Background

Dynamic download of the grate tool is failing because the author has changed the GH asset from .zip to .nupkg

Results

Downloads the grate tool to be used in the deployment.

Before

Failing to find the asset as no asset with that extension exists.

After

Properly finds and downloads the asset to be used in the deployment.

Pre-requisites

Fixes # . If there is an open issue that this PR fixes add it here, otherwise just remove this line