Skip to content

Commit cb49cf3

Browse files
updated Windows Release pipeline
1 parent 57323d6 commit cb49cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-system/windows-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414
- group: signingSecrets #create this group with SECRET variables `signingUsername` and `signingPassword`
1515
- group: nugetKeys #create this group with SECRET variables `nugetKey`
1616
- name: githubConnectionName
17-
value: AkkaDotNet #replace this
17+
value: Akka.NET #replace this
1818
- name: projectName
1919
value: HOCON #replace this
2020
- name: githubRepositoryName
@@ -35,4 +35,4 @@ steps:
3535
title: '$(projectName) v$(Build.SourceBranchName)'
3636
releaseNotesFile: 'RELEASE_NOTES.md'
3737
assets: |
38-
bin\nuget\*.nupkg
38+
bin\nuget\*.nupkg

0 commit comments

Comments
 (0)