Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 29, 2024
1 parent 1398143 commit c8d49e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@ jobs:
CERT_PASSWORD: ${{ secrets.CERT_PASSWORD }}
WINDOWS_KIT_PATH: ${{ env.WINDOWS_KIT_PATH }}

- name: Verify signing tools
run: |
signtool verify /v /pa "$(pwd)\\out\\make\\appx\\${{ matrix.arch }}\\*.appx"
shell: pwsh

- name: Debug: Show certificate details
run: |
certutil -store my
shell: pwsh

- name: Extract version from package.json on Windows
run: |
$VERSION = (Get-Content package.json | ConvertFrom-Json).version
Expand Down

0 comments on commit c8d49e1

Please sign in to comment.