-
-
Notifications
You must be signed in to change notification settings - Fork 57
chore: Update to Unity 6000.0.54f1
#2255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.github/workflows/update-deps.yml
Outdated
@@ -69,7 +69,7 @@ jobs: | |||
- name: Update ci-env.ps1 | |||
run: | | |||
$file = "scripts/ci-env.ps1" | |||
$regexVersion = '${{ matrix.unity-prefix }}' + "[0-9.a-z]+" | |||
$regexVersion = '${{ matrix.unity-prefix }}' + "\.[0-9]+\.[0-9]+[a-z][0-9]+" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please assign all GH variables to an env var first, before using it in the run
command.
like env:
UNITY_PREFIX: ${{ matrix.unity-prefix }}
Then use it within double quotes "$UNITY_PREFIX"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doing this in a separate PR: #2257
Bumped Unity 6 and fixed
update-deps.yml
in the process.#skip-changelog