From cbd403e0ac678a25d55a69763024fa64aa836e5d Mon Sep 17 00:00:00 2001 From: Haard Shah Date: Tue, 18 Jun 2024 13:04:02 -0400 Subject: [PATCH] Change input target path --- .github/workflows/release-azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index b2915c60..fb5382b7 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -151,7 +151,7 @@ extends: inputs: - input: pipelineArtifact artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }} - targetPath: ./azureauth-${{ parameters.version }}-${{ config.runtime }} + targetPath: $(Pipeline.Workspace) outputs: - output: pipelineArtifact artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}-signed