Skip to content

Commit

Permalink
fix archieve path
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 committed Jun 25, 2024
1 parent 8ae09a3 commit a484a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ extends:
rootFolderOrFile: $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-${{ config.runtime }}
includeRootFolder: false
archiveType: zip
archiveFile: azureauth-${{ parameters.version }}-${{ config.runtime }}.zip
archiveFile: $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-${{ config.runtime }}.zip
- task: EsrpCodeSigning@5
displayName: Sign artifacts osx
condition: startsWith('${{ config.runtime }}', 'osx')
Expand Down

0 comments on commit a484a30

Please sign in to comment.