Skip to content

Commit 63a23b0

Browse files
authored
Fix Create Draft Release action (#5822)
## 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 🤞
1 parent 3f94ea6 commit 63a23b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tracer/build/_build/Build.GitHub.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,6 @@ static async Task DownloadGitlabArtifacts(AbsolutePath outputDirectory, string c
13031303
var artifactsFiles= new []
13041304
{
13051305
$"{awsUri}x64/en-us/datadog-dotnet-apm-{version}-x64.msi",
1306-
$"{awsUri}x86/en-us/datadog-dotnet-apm-{version}-x86.msi",
13071306
$"{awsUri}windows-native-symbols.zip",
13081307
$"{awsUri}windows-tracer-home.zip",
13091308
};

0 commit comments

Comments
 (0)