Skip to content

Commit f6f9488

Browse files
authored
Fix final-stage tarball artifacts step in CI (#1592)
1 parent 71e0ada commit f6f9488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts.pipelines/steps/run-bootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ steps:
170170
$(docker.run) $(docker.bst.map) $(docker.drop.map) $(docker.bst.work) $(imageName) /bin/bash -c "
171171
mkdir -p /drop/tarball/final
172172
pushd /bst/bootstrap_dir/final-sdk
173-
find ./bin \( \
173+
find ./artifacts \( \
174174
-iname 'dotnet-sdk*.tar.gz' -o \
175175
-iname 'Private.SourceBuilt.Artifacts*.tar.gz' \) \
176176
-exec cp {} /drop/tarball/final \;"

0 commit comments

Comments
 (0)