Skip to content

Commit 7e7fcbf

Browse files
fix package signing (#82)
1 parent a5ce2f9 commit 7e7fcbf

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/workflows/Windows_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
run: dotnet tool install -g SignClient --version 1.2.109
3131

3232
- name: Sign Artifacts
33+
shell: pwsh
3334
run: |
3435
echo "Starting the signing process..."
35-
powershell ./scripts/signPackages.ps1 -ConfigPath "./scripts/signsettings.json" `
36+
./scripts/signPackages.ps1 -ConfigPath "./scripts/signsettings.json" `
3637
-UserName "${{ secrets.SIGNING_USERNAME }}" `
3738
-Password "${{ secrets.SIGNING_PASSWORD }}" `
3839
-ProductName "Akka.Cluster.Chunking" `

appsettings.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)