Skip to content

Commit ed356df

Browse files
unity-uwp-builder@v1.0.1 (#3)
- updated action icon - updated docs
1 parent 18e8c06 commit ed356df

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
A GitHub Action to build Unity exported UWP projects.
44

5+
> [!NOTE]
6+
> The main goal of this action to to take what is provided from Unity and package it to be directly uploaded to the Microsoft Store.
7+
58
## How to use
69

710
### workflow
811

912
```yaml
1013
steps:
1114
- uses: RageAgainstThePixel/unity-uwp-builder@v1
15+
with:
16+
project-path: 'path/to/unity/build/output'
17+
configuration: 'Master'
18+
architecture: 'ARM64'
19+
package-type: 'upload'
1220
```
1321
1422
### inputs

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: unity-uwp-builder
22
description: A GitHub Action to build Unity exported UWP projects.
33
branding:
4-
icon: command
4+
icon: package
55
color: blue
66
inputs:
77
project-path:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-uwp-builder",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A GitHub Action to build Unity exported UWP projects.",
55
"author": "RageAgainstThePixel",
66
"license": "MIT",
@@ -30,4 +30,4 @@
3030
"bundle": "ncc build src/index.ts -o dist --source-map --license licenses.txt",
3131
"clean": "npm install && shx rm -rf dist/ out/ node_modules/ && npm ci"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)