Skip to content

Commit 8eebf59

Browse files
committed
Fix Windows OCI images
1 parent 5cddad1 commit 8eebf59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitlab/download-single-step-artifacts.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ if [ -n "$CI_COMMIT_TAG" ] || [ -n "$DOTNET_PACKAGE_VERSION" ]; then
2424
mkdir -p $win_target_dir
2525

2626
curl --location --fail \
27-
--output $win_target_dir/serverless-artifacts.zip \
27+
--output $win_target_dir/fleet-installer.zip \
2828
"https://dd-windowsfilter.s3.amazonaws.com/builds/tracer/${CI_COMMIT_SHA}/fleet-installer.zip"
29+
30+
curl --location --fail \
31+
--output $win_target_dir/windows-tracer-home.zip \
32+
"https://dd-windowsfilter.s3.amazonaws.com/builds/tracer/${CI_COMMIT_SHA}/windows-tracer-home.zip"
2933
fi
3034

3135
echo -n $VERSION > $target_dir/version.txt

0 commit comments

Comments
 (0)