Skip to content

Commit

Permalink
Update Windows_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Aug 23, 2024
1 parent 7e7fcbf commit 36a4399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: |
echo "Starting the signing process..."
./scripts/signPackages.ps1 -ConfigPath "./scripts/signsettings.json" `
-UserName "${{ secrets.SIGNING_USERNAME }}" `
-Password "${{ secrets.SIGNING_PASSWORD }}" `
-UserName "${{ secrets.SIGN_USERNAME }}" `
-Password "${{ secrets.SIGN_PASSWORD }}" `
-ProductName "Akka.Cluster.Chunking" `
-ProductDescription "Akka.Cluster.Chunking tools and drivers by Petabridge." `
-ProductUrl "https://github.com/petabridge/Akka.Cluster.Chunking" `
Expand Down

0 comments on commit 36a4399

Please sign in to comment.