Skip to content

Commit

Permalink
Update ci-devel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicPredator committed Feb 5, 2024
1 parent 66e2786 commit 304a2f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ jobs:
run: mv ${{ github.workspace }}\\src\AniMoe.App\Packages\**.msix ${{ github.workspace }}\\src\AniMoe.App\Packages\AniMoe.App.msix

- name: Sign MSIX App
run: signtool.exe /fd sha256 /f ${{ github.workspace }}\src\AniMoe.App\AniMoe.App_TemporaryKey.pfx /p ${{ secrets.CERT_PASSWORD }} ${{ github.workspace }}\\src\AniMoe.App\Packages\AniMoe.App.msix

working-directory:
run: |
'C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x86/signtool.exe' /fd sha256 /f ${{ github.workspace }}\src\AniMoe.App\AniMoe.App_TemporaryKey.pfx /p ${{ secrets.CERT_PASSWORD }} ${{ github.workspace }}\\src\AniMoe.App\Packages\AniMoe.App.msix
- name: Convert PFX to CER
shell: pwsh
run: |
Expand Down

0 comments on commit 304a2f3

Please sign in to comment.