Skip to content

Commit eb762b0

Browse files
authored
Merge pull request #104 from IShix-g/release
Clarify error message for missing Unity license or serial
2 parents f030c15 + a12f68d commit eb762b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
elif [ -n "${{ secrets.UNITY_SERIAL }}" ]; then
113113
echo "name=UNITY_SERIAL" >> "$GITHUB_OUTPUT"
114114
else
115-
echo "::error::No license or serial found."
115+
echo "::error::No secrets.UNITY_LICENSE or secrets.UNITY_SERIAL found."
116116
exit 1
117117
fi
118118
echo "::notice title=License::$name"

0 commit comments

Comments
 (0)