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 a5ce2f9 commit 7e7fcbfCopy full SHA for 7e7fcbf
.github/workflows/Windows_release.yml
@@ -30,9 +30,10 @@ jobs:
30
run: dotnet tool install -g SignClient --version 1.2.109
31
32
- name: Sign Artifacts
33
+ shell: pwsh
34
run: |
35
echo "Starting the signing process..."
- powershell ./scripts/signPackages.ps1 -ConfigPath "./scripts/signsettings.json" `
36
+ ./scripts/signPackages.ps1 -ConfigPath "./scripts/signsettings.json" `
37
-UserName "${{ secrets.SIGNING_USERNAME }}" `
38
-Password "${{ secrets.SIGNING_PASSWORD }}" `
39
-ProductName "Akka.Cluster.Chunking" `
appsettings.json
0 commit comments