unity-xcode-builder@v1.5.0#29
Open
StephenHodgson wants to merge 3 commits into
Open
Conversation
Member
StephenHodgson
commented
May 18, 2026
- upgrade to node24
- upgrade to node24
There was a problem hiding this comment.
Pull request overview
This PR prepares the GitHub Action for the v1.5.0 release by moving the action runtime to Node 24 and refreshing related dependency and generated artifact metadata.
Changes:
- Updates
action.ymlto run withnode24and normalizes YAML quoting/formatting. - Bumps package version and dependency versions, including App Store Connect API and Node 24 types.
- Refreshes generated distribution support files and lockfile metadata.
Reviewed changes
Copilot reviewed 4 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
action.yml |
Switches the action runtime to Node 24 and reformats metadata. |
package.json |
Bumps release version, dependencies, dev dependencies, and overrides. |
package-lock.json |
Updates the locked dependency graph for the package changes. |
src/AppStoreConnectClient.ts |
Updates imports for the App Store Connect API package and formatting. |
tsconfig.json |
Re-formats TypeScript configuration. |
README.md |
Adds trailing newline spacing. |
dist/sourcemap-register.js |
Refreshes generated source map support output. |
dist/licenses.txt |
Refreshes generated license output after dependency changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| required: false | ||
| whats-new: | ||
| description: When `uploading === true`, Let your testers know what you would like them to test in this build. This information will be available to testers in all groups who have access to this build. Defaults to the last git commit sha, current branch name, and commit message up to 4000 characters. | ||
| description: 'When `uploading === true`, Let your testers know what you would like them to test in this build. This information will be available to testers in all groups who have access to this build. Defaults to the last git commit sha, current branch name, and commit message up to 4000 characters.' |
| - uses: actions/checkout@v6 | ||
| - run: 'npm install -g openupm-cli' | ||
| - uses: buildalon/unity-setup@v1 | ||
| - uses: buildalon/unity-setup@main |
| mkdir -p "$build_directory" | ||
| echo "BUILD_DIRECTORY=$build_directory" >> "$GITHUB_ENV" | ||
| - uses: buildalon/activate-unity-license@v1 | ||
| - uses: buildalon/activate-unity-license@main |
| username: ${{ secrets.UNITY_USERNAME }} | ||
| password: ${{ secrets.UNITY_PASSWORD }} | ||
| - uses: buildalon/create-unity-project@v1 | ||
| - uses: buildalon/create-unity-project@main |
| name: Add Build Pipeline Package | ||
| working-directory: ${{ env.UNITY_PROJECT_PATH }} | ||
| - uses: buildalon/unity-action@v2 | ||
| - uses: buildalon/unity-action@main |
| log-name: '${{ matrix.build-target }}-Validate' | ||
| args: '-quit -nographics -batchmode -executeMethod Buildalon.Editor.BuildPipeline.UnityPlayerBuildTools.ValidateProject -importTMProEssentialsAsset' | ||
| - uses: buildalon/unity-action@v2 | ||
| - uses: buildalon/unity-action@main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.