Skip to content

Commit

Permalink
chore: Update deploy workflow to create version-less .zip and .tar.gz…
Browse files Browse the repository at this point in the history
… files (#2494)
  • Loading branch information
tippmar-nr committed May 21, 2024
1 parent 01bbce6 commit 6dd60a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ jobs:
run: |
Copy-Item .\working_dir\NewRelicDotNetAgent_*_x64.msi .\working_dir\NewRelicDotNetAgent_x64.msi -Force -Recurse
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
shell: powershell

- name: Deploy latest_release to Download Site
Expand Down

0 comments on commit 6dd60a0

Please sign in to comment.