Skip to content

Commit

Permalink
Update winrt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SternXD authored Jun 28, 2024
1 parent 0be4ab4 commit f7d812a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/winrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ jobs:

- name: Build project
run: |
msbuild PCSX2_qt.sln /m /p:PlatformToolset=v143 /p:Platform=x64 /p:Configuration="Release AVX2" /p:AppxPackageSigningEnabled=false /t:restore,build /p:RestorePackagesConfig=true
- name: Sign app
run: signtool sign /f pcsx2-winrt\xbsx2_TemporaryKey.pfx /p '${{ secrets.SIGN_CERT_PWD }}' /v /fd SHA256 AppPackages\xbsx2\*appx
if: github.repository == 'SternXD/XBSX2' && github.event_name == 'push'
msbuild PCSX2_qt.sln /m /p:PlatformToolset=v143 /p:Platform=x64 /p:Configuration="Release AVX2" /p:AppxPackageSigningEnabled=true /p:PackageCertificateKeyFile="pcsx2-winrt\xbsx2-winrt_TemporaryKey.pfx" /t:restore,build /p:RestorePackagesConfig=true
- name: Upload Builds
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f7d812a

Please sign in to comment.