Skip to content

Commit

Permalink
Merge branch 'uwp' of https://github.com/SternXD/xbsx2 into uwp
Browse files Browse the repository at this point in the history
  • Loading branch information
SternXD committed Jun 28, 2024
2 parents 0ea1aee + f803775 commit f34ae75
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/winrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2

Expand All @@ -49,9 +49,14 @@ jobs:
- name: Extract some files
run: 7z x pcsx2-windows-dependencies.7z -o"./"

- name: Setup certificate
run: |
echo ${{ secrets.XBSX2_TEMP_CERT_PFX }} | base64 -d > xbsx2-winrt_TemporaryKey.pfx
- name: Build project
run: |
msbuild PCSX2_qt.sln /m /p:PlatformToolset=v143 /p:Platform=x64 /p:Configuration="Release AVX2" /p:AppxPackageSigningEnabled=true /p:PackageCertificateKeyFile="xbsx2-winrt_TemporaryKey.pfx" /t:restore,build /p:RestorePackagesConfig=true
- name: Upload Builds
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f34ae75

Please sign in to comment.