Skip to content

Conversation

bitsandfoxes
Copy link
Contributor

Bumped Unity 6 and fixed update-deps.yml in the process.

#skip-changelog

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as 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]+"
Copy link
Member

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"

Copy link
Contributor Author

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

cursor[bot]

This comment was marked as outdated.

@bitsandfoxes bitsandfoxes merged commit 3bd4aad into main Aug 6, 2025
156 of 159 checks passed
@bitsandfoxes bitsandfoxes deleted the chore/update-6 branch August 6, 2025 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants