Skip to content

Commit

Permalink
Fixed issue with release pipeline (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft authored Jun 1, 2022
1 parent 072e449 commit 996b195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blobfuse-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ stages:
inlineOperation: |
[
{
"KeyCode" : $(ESRP_BLOBFUSE_KEY_CODE),
"KeyCode" : "$(ESRP_BLOBFUSE_KEY_CODE)",
"OperationCode" : "LinuxSign",
"Parameters" : {},
"ToolName" : "sign",
Expand Down Expand Up @@ -701,8 +701,8 @@ stages:
tag: ${{ parameters.tag }}

assets: |
$(Build.ArtifactStagingDirectory)/blobfuse/*.rpm
$(Build.ArtifactStagingDirectory)/blobfuse/*.deb
$(Build.ArtifactStagingDirectory)/*.rpm
$(Build.ArtifactStagingDirectory)/*.deb
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'
Expand Down

0 comments on commit 996b195

Please sign in to comment.