Skip to content

unity-xcode-builder@v1.5.0#29

Open
StephenHodgson wants to merge 3 commits into
mainfrom
dev/v1.5.0
Open

unity-xcode-builder@v1.5.0#29
StephenHodgson wants to merge 3 commits into
mainfrom
dev/v1.5.0

Conversation

@StephenHodgson
Copy link
Copy Markdown
Member

  • upgrade to node24

- upgrade to node24
Copilot AI review requested due to automatic review settings May 18, 2026 01:46
@StephenHodgson StephenHodgson requested a review from a team as a code owner May 18, 2026 01:46
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml to run with node24 and 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.

Comment thread action.yml
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
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.

3 participants