Skip to content

Commit

Permalink
Fix Create Draft Release action (#5822)
Browse files Browse the repository at this point in the history
## Summary of changes

Fixes the draft release action

## Reason for change

It's broken

## Implementation details

We don't produce the x86 msi any more, so we were failing trying to
include it in the release.

## Test coverage

Nope 🤞
  • Loading branch information
andrewlock authored Jul 29, 2024
1 parent 3f94ea6 commit 63a23b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tracer/build/_build/Build.GitHub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,6 @@ static async Task DownloadGitlabArtifacts(AbsolutePath outputDirectory, string c
var artifactsFiles= new []
{
$"{awsUri}x64/en-us/datadog-dotnet-apm-{version}-x64.msi",
$"{awsUri}x86/en-us/datadog-dotnet-apm-{version}-x86.msi",
$"{awsUri}windows-native-symbols.zip",
$"{awsUri}windows-tracer-home.zip",
};
Expand Down

0 comments on commit 63a23b0

Please sign in to comment.