Skip to content

Commit

Permalink
(ci:) See if removing encrypted stuff fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
SternXD authored Jul 28, 2024
1 parent 99f7007 commit d7b3d22
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/sse4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,8 @@ jobs:
- name: Build the project
run: msbuild PCSX2_qt.sln /m /p:PlatformToolset=v143 /t:Restore,Rebuild /p:Configuration=Release /p:Platform=x64 /t:restore,build /p:RestorePackagesConfig=true

- name: Build APPX
run: |
& 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/makeappx.exe' encrypt /p AppPackages\xbsx2\xbsx2_${{ steps.extract_version.outputs.version }}_x64_Test\xbsx2_${{ steps.extract_version.outputs.version }}_x64.appx /ep "xbsx2_${{ steps.extract_version.outputs.version }}.eappx" /kt
- name: Upload unencrypted APPX
- name: Upload APPX file
uses: actions/upload-artifact@v4
with:
name: unencrypted-appx
path: "D:\a\\XBSX2\\XBSX2\\AppPackages\\xbsx2\\xbsx2_${{ steps.extract_version.outputs.version }}_x64_Test\\xbsx2_${{ steps.extract_version.outputs.version }}_x64.appx"

- name: Upload encrypted APPX
uses: actions/upload-artifact@v4
with:
name: encrypted-appx
path: "xbsx2_${{ steps.extract_version.outputs.version }}.eappx"

0 comments on commit d7b3d22

Please sign in to comment.