Skip to content

Commit

Permalink
fix: Nuget pack generates packagName.semver and not packageName-semver (
Browse files Browse the repository at this point in the history
newrelic#2557)

Signed-off-by: mrickard <[email protected]>
  • Loading branch information
mrickard authored and sumitsuthar committed Sep 20, 2024
1 parent 7e467b8 commit 32f55b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-site-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set package filename
run: |
echo "PACKAGE_FILENAME=NewRelic.Azure.WebSites.Extension.NodeAgent-${{env.AGENT_VERSION}}" | Out-File -FilePath $env:GITHUB_ENV -Append
echo "PACKAGE_FILENAME=NewRelic.Azure.WebSites.Extension.NodeAgent.${{env.AGENT_VERSION}}" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Verify environment vars # because we can't access GH env vars until the next step
run: |
Expand Down

0 comments on commit 32f55b7

Please sign in to comment.