Skip to content

Commit 4bb705d

Browse files
.
1 parent df2e31b commit 4bb705d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: unity-uwp-builder
2-
description: 'A GitHub Actions template repository for JavaScript based Actions'
2+
description: A GitHub Action to build Unity exported UWP projects.
33
branding:
44
icon: command
55
color: blue
@@ -23,4 +23,3 @@ outputs:
2323
runs:
2424
using: 'node20'
2525
main: 'dist/index.js'
26-
#post: 'dist/index.js'

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const main = async () => {
2222
buildArgs.push(...additionalArgs.split(` `));
2323
} else {
2424
buildArgs.push(
25-
`/p:AppxBundlePlatforms="x64|ARM64"`,
25+
`/p:AppxBundlePlatforms=x64|ARM64`,
2626
`/p:AppxBundle=Always`,
2727
`/p:BuildAppxUploadPackageForUap=true`,
2828
`/p:UapAppxPackageBuildMode=StoreUpload`

0 commit comments

Comments
 (0)