From d7a9f18d1840d39b423d42f9e8e636d79b1895de Mon Sep 17 00:00:00 2001 From: xumia <59720581+xumia@users.noreply.github.com> Date: Fri, 4 Nov 2022 15:40:16 +0800 Subject: [PATCH] [ci] Upload the debian packages (#12582) Why I did it [ci] Upload the debian packages --- .azure-pipelines/trigger-publish-artifacts-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/trigger-publish-artifacts-build.yml b/.azure-pipelines/trigger-publish-artifacts-build.yml index 7a6676e0f1..085fbe3cd0 100644 --- a/.azure-pipelines/trigger-publish-artifacts-build.yml +++ b/.azure-pipelines/trigger-publish-artifacts-build.yml @@ -53,7 +53,7 @@ steps: **/*.raw\n **/*.img.gz\n **/*-rpc.gz\n - **/python-saithrift*.deb"}, + **/*.deb"}, publishContext: {"publishPrefix":"${{ parameters.publishPrefix }}", "keepArtifactName":false, "dockerImagePatterns":"target/*-rpc.gz",