Skip to content

Commit

Permalink
CI Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicPredator committed Feb 5, 2024
1 parent cbddb22 commit 8c1a1ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,6 @@ jobs:
run: |
"C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0//x86/signtool.exe" sign /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: Create INNO Installer Binary
uses: Minionguyjpro/[email protected]
with:
path: ${{ github.workspace }}\animoe-installer.iss
options: /O+

- name: Sign the Installer
shell: cmd
run: |
"C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0//x86/signtool.exe" sign /fd sha256 /f ${{ github.workspace }}\src\AniMoe.App\AniMoe.App_TemporaryKey.pfx /p ${{ secrets.CERT_PASSWORD }} ${{ github.workspace }}\setup.exe
# Remove the pfx
- name: Remove the pfx
run: Remove-Item -path ${{ github.workspace }}\\src\AniMoe.App\AniMoe.App_TemporaryKey.pfx
Expand All @@ -101,5 +90,5 @@ jobs:
name: WinUI3 MSIX Package
path: |
${{ github.workspace }}\\src\AniMoe.App\Packages\AniMoe.App.msix
${{ github.workspace }}\setup.exe
${{ github.workspace }}\\installer\animoe-setup.exe
${{ github.workspace }}\AniMoe_Certificate.cer
File renamed without changes.
Binary file added installer/animoe-setup.exe
Binary file not shown.

0 comments on commit 8c1a1ef

Please sign in to comment.