Skip to content

Commit

Permalink
Test absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan authored Aug 28, 2024
1 parent e1c3e1d commit 3db1299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-site-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
echo "AGENT_VERSION=$env:npm_agent_version" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Update nuget spec file name
working-directory: cloud-tooling/azure-site-extension/Content
# working-directory: cloud-tooling/azure-site-extension/Content
run: |
Rename-Item -Path "zzzNA.Azure.Websites.Extension.NA-`$ARCH`$.nuspec" -NewName "zzzNA.Azure.Websites.Extension.NA-${{ matrix.arch }}.nuspec"
Rename-Item -Path "D:\a\node-newrelic\cloud-tooling\azure-site-extension\Content\zzzNA.Azure.Websites.Extension.NA-`$ARCH`$.nuspec" -NewName "D:\a\node-newrelic\cloud-tooling\azure-site-extension\Content\zzzNA.Azure.Websites.Extension.NA-${{ matrix.arch }}.nuspec"
- name: Set package filename
run: |
Expand Down

0 comments on commit 3db1299

Please sign in to comment.