Skip to content

Commit 36a4399

Browse files
Update Windows_release.yml
1 parent 7e7fcbf commit 36a4399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Windows_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
run: |
3535
echo "Starting the signing process..."
3636
./scripts/signPackages.ps1 -ConfigPath "./scripts/signsettings.json" `
37-
-UserName "${{ secrets.SIGNING_USERNAME }}" `
38-
-Password "${{ secrets.SIGNING_PASSWORD }}" `
37+
-UserName "${{ secrets.SIGN_USERNAME }}" `
38+
-Password "${{ secrets.SIGN_PASSWORD }}" `
3939
-ProductName "Akka.Cluster.Chunking" `
4040
-ProductDescription "Akka.Cluster.Chunking tools and drivers by Petabridge." `
4141
-ProductUrl "https://github.com/petabridge/Akka.Cluster.Chunking" `

0 commit comments

Comments
 (0)