Skip to content

Commit 07dd2b0

Browse files
committed
Fix release pipeline
1 parent 0a1c1b1 commit 07dd2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- download: CI
3636
artifact: deployables-Windows
3737
displayName: Download deployables-Windows artifact
38-
patterns: 'deployables-Windows/*'
38+
patterns: 'deployables-Windows/NuGet/*'
3939
- task: GitHubRelease@1
4040
displayName: GitHub release (create)
4141
inputs:

0 commit comments

Comments
 (0)