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
#2557)

Signed-off-by: mrickard <[email protected]>
  • Loading branch information
mrickard authored Sep 10, 2024
1 parent abfb9f0 commit d534ba6
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 d534ba6

Please sign in to comment.