We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7fcbf commit 36a4399Copy full SHA for 36a4399
.github/workflows/Windows_release.yml
@@ -34,8 +34,8 @@ jobs:
34
run: |
35
echo "Starting the signing process..."
36
./scripts/signPackages.ps1 -ConfigPath "./scripts/signsettings.json" `
37
- -UserName "${{ secrets.SIGNING_USERNAME }}" `
38
- -Password "${{ secrets.SIGNING_PASSWORD }}" `
+ -UserName "${{ secrets.SIGN_USERNAME }}" `
+ -Password "${{ secrets.SIGN_PASSWORD }}" `
39
-ProductName "Akka.Cluster.Chunking" `
40
-ProductDescription "Akka.Cluster.Chunking tools and drivers by Petabridge." `
41
-ProductUrl "https://github.com/petabridge/Akka.Cluster.Chunking" `
0 commit comments