Skip to content

Commit 2c7d89c

Browse files
committed
更新构建脚本
1 parent d59eae7 commit 2c7d89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
$manifest.save(".\$env:Desktop_Project_Directory\Package.appxmanifest")
4747
4848
- name: Build x64
49-
run: msbuild $env:Solution_Path /p:Platform=x64 /p:AppxBundlePlatforms="x64" /p:AppxPackageDir=C:\Package\x64 /p:PackageCertificateKeyFile=$env:SigningCertificate /restore
49+
run: msbuild $env:Solution_Path /p:Configuration=Release /p:Platform=x64 /p:AppxBundlePlatforms="x64" /p:AppxPackageDir=C:\Package\x64 /p:PackageCertificateKeyFile=$env:SigningCertificate /restore
5050
env:
5151
BuildMode: SideloadOnly
5252
Configuration: Release

0 commit comments

Comments
 (0)