Skip to content

Commit ba81e54

Browse files
unity-action@v1.0.6
- updated docs
1 parent e25b814 commit ba81e54

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build-target: StandaloneLinux64
2121
- os: windows-latest
2222
build-target: StandaloneWindows64
23-
- os: macos-13
23+
- os: macos-latest
2424
build-target: StandaloneOSX
2525
steps:
2626
- uses: buildalon/unity-action@v1

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-action",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A Github Action to execute Unity Editor command line arguments.",
55
"author": "buildalon",
66
"repository": {
@@ -34,4 +34,4 @@
3434
"bundle": "ncc build src/index.ts -o dist --source-map --license licenses.txt",
3535
"clean": "npm install && shx rm -rf dist/ out/ node_modules/ && npm ci"
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)