mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 10:54:55 +08:00
fix: update publish profiles and build configuration for ARM64, x64, and x86 platforms
This commit is contained in:
8
.github/workflows/dotnet-desktop.yml
vendored
8
.github/workflows/dotnet-desktop.yml
vendored
@@ -59,13 +59,7 @@ jobs:
|
||||
|
||||
# Create the app package by building and packaging the project
|
||||
- name: Create the app package
|
||||
run: msbuild $env:Solution_Name /p:Configuration=$env:Configuration /p:Platform=$env:Platform /p:UapAppxPackageBuildMode=$env:Appx_Package_Build_Mode /p:AppxBundle=$env:Appx_Bundle /p:PackageCertificateKeyFile=GitHubActionsWorkflow.pfx /p:AppxPackageDir="$env:Appx_Package_Dir" /p:GenerateAppxPackageOnBuild=true /p:SelfContained=true
|
||||
env:
|
||||
Appx_Bundle: Always
|
||||
Appx_Package_Build_Mode: StoreUpload
|
||||
Appx_Package_Dir: AppPackages\
|
||||
Configuration: ${{ matrix.configuration }}
|
||||
Platform: ${{ matrix.platform }}
|
||||
run: msbuild
|
||||
|
||||
# Remove the pfx
|
||||
- name: Remove the pfx
|
||||
|
||||
Reference in New Issue
Block a user