Skip to content

Commit

Permalink
Fix herp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheesebaron committed Oct 31, 2024
1 parent de13fff commit 3690b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
--descriptionUrl "https://mvvmcross.com"
name: Authenticode Sign artifacts
env:
SIGNING_USER: ${{ secrets.SIGNING_CLIENT_USER_ID }}
SIGNING_SECRET: ${{ secrets.SIGNING_CLIENT_SECRET }}
SIGNING_USER: ${{ secrets.SIGN_CLIENT_USER_ID }}
SIGNING_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }}
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3690b71

Please sign in to comment.