From 5e2a55c23eb7c12df4b5844307feb17ffd2e46f5 Mon Sep 17 00:00:00 2001 From: Haard Shah Date: Thu, 20 Jun 2024 22:04:56 -0400 Subject: [PATCH] upload only signed artifact --- .github/workflows/release-azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index 4ca33de8..570ca980 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -152,7 +152,7 @@ extends: outputs: - output: pipelineArtifact artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}-signed - targetPath: $(Pipeline.Workspace) + targetPath: $(Pipeline.Workspace)/azureauth-${{ parameters.version }}-${{ config.runtime }}-signed steps: - task: EsrpCodeSigning@5 displayName: Sign artifacts win10-x64 @@ -246,6 +246,7 @@ extends: inputs: archiveFilePatterns: $(Build.SourcesDirectory)/azureauth-${{ parameters.version }}-${{ config.runtime }}.zip destinationFolder: $(Pipeline.Workspace) + cleanDestinationFolder: false overwriteExistingFiles: true - task: PowerShell@2 displayName: 'Rename & List files'