Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 9aeb2b0

Browse files
committed
fix output path
1 parent e1a4423 commit 9aeb2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaml/releaseBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ stages:
9595
- ${{ if ne(variables.SkipSigning, 'True') }}:
9696
- template: Sbom.yml@ComplianceRepo
9797
parameters:
98-
BuildDropPath: $(signOutputPath)
98+
BuildDropPath: $(Build.SourcesDirectory)/Microsoft.PowerShell.TextUtility
9999
Build_Repository_Uri: 'https://github.com/powershell/textutility'
100100

101101
- pwsh: |

0 commit comments

Comments
 (0)