Skip to content

Commit 2153d57

Browse files
authored
Correct the name of the sb artifacts tarball in CI (#1252)
1 parent 3883b36 commit 2153d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts.pipelines/jobs/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
mkdir -p /drop/tarball/
215215
cd \"$(tarballName)\"
216216
find . \( \
217-
-iname 'source-built-artifacts*.tar.gz' \) \
217+
-iname 'Private.SourceBuilt.Artifacts*.tar.gz' \) \
218218
-exec cp {} /drop/tarball/ \;"
219219
displayName: Copy source-built artifacts tarball
220220
condition: eq(variables['sb.tarball'], true)

0 commit comments

Comments
 (0)