Skip to content

Commit

Permalink
ci: fix bug in deploy_agent workflow (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed May 21, 2024
1 parent 6dd60a0 commit 709d34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ jobs:
Copy-Item .\working_dir\NewRelicDotNetAgent_*_x86.msi .\working_dir\NewRelicDotNetAgent_x86.msi -Force -Recurse
Copy-Item .\working_dir\NewRelicDotNetAgent_*_x64.zip .\working_dir\NewRelicDotNetAgent_x64.zip -Force -Recurse
Copy-Item .\working_dir\NewRelicDotNetAgent_*_x86.zip .\working_dir\NewRelicDotNetAgent_x86.zip -Force -Recurse
Copy-Item .\working_dir\NewRelicDotNetAgent_*_amd64.tar.gz .\working_dir\NewRelicDotNetAgent_amd64.tar.gz -Force -Recurse
Copy-Item .\working_dir\NewRelicDotNetAgent_*_arm64.tar.gz .\working_dir\NewRelicDotNetAgent_arm64.tar.gz -Force -Recurse
Copy-Item .\working_dir\newrelic-dotnet-agent_*_amd64.tar.gz .\working_dir\newrelic-dotnet-agent_amd64.tar.gz -Force -Recurse
Copy-Item .\working_dir\newrelic-dotnet-agent_*_arm64.tar.gz .\working_dir\newrelic-dotnet-agent_arm64.tar.gz -Force -Recurse
shell: powershell

- name: Deploy latest_release to Download Site
Expand Down

0 comments on commit 709d34a

Please sign in to comment.