Skip to content

Commit

Permalink
workflow: fix platform
Browse files Browse the repository at this point in the history
  • Loading branch information
KexyBiscuit committed Jan 1, 2024
1 parent 1009727 commit b09e71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: |
msbuild.exe /m /p:Configuration=Release /p:Platform="x64|ARM64" /p:AppxBundlePlatforms="x64|ARM64" /p:AppxPackageDir=AppxPackages_x64_arm64 /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload .
msbuild.exe /m /p:Configuration=Release /p:AppxBundlePlatforms="x64|ARM64" /p:AppxPackageDir=AppxPackages_x64_arm64 /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload .
- name: Upload CI artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b09e71a

Please sign in to comment.