Skip to content

Commit 6c014e7

Browse files
unity-setup@v2.0.7 (#55)
- update unity-cli@1.4.1
1 parent 923af61 commit 6c014e7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4784,7 +4784,7 @@ class UnityHub {
47844784
this.logger.warn(`Install failed, retrying...`);
47854785
return await this.Exec(args);
47864786
}
4787-
if (exitCode > 0 || output.includes('Error')) {
4787+
if (exitCode > 0) {
47884788
const error = output.match(/Error(?: given)?:\s*(.+)/);
47894789
const errorMessage = error && error[1] ? error[1] : 'Unknown Error';
47904790
switch (errorMessage) {

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 6 additions & 6 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-setup",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "A GitHub action for setting up the Unity Game Engine for CI/CD workflows.",
55
"author": "RageAgainstThePixel",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"@actions/core": "^1.11.1",
2828
"@actions/exec": "^1.1.1",
2929
"@actions/glob": "^0.5.0",
30-
"@rage-against-the-pixel/unity-cli": "^1.4.0",
30+
"@rage-against-the-pixel/unity-cli": "^1.4.1",
3131
"semver": "^7.7.3",
3232
"yaml": "^2.8.1"
3333
},

0 commit comments

Comments
 (0)