Skip to content

Commit baf4866

Browse files
unity-uwp-builder@v1.1.0
- upgrade to node24
1 parent c9fd184 commit baf4866

10 files changed

Lines changed: 29267 additions & 22379 deletions

File tree

.github/workflows/update-release-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
workflow_dispatch:
66
jobs:
77
update-release-tags:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-slim
99
permissions:
1010
contents: write
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515
- uses: RageAgainstThePixel/update-action-release-tags@v1

.github/workflows/validate.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
unity-version: [2021.x, 2022.x, 6000.x]
2929
uwp-package-type: [sideload, upload]
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
32+
- uses: actions/setup-node@v4
33+
with:
34+
node-version: 24.x
3235
- run: 'npm install -g openupm-cli'
3336
# Installs the Unity Editor based on your project version text file
3437
# sets -> env.UNITY_EDITOR_PATH
@@ -75,7 +78,7 @@ jobs:
7578
log-name: '${{ matrix.build-target }}-Build'
7679
args: '-quit -nographics -batchmode -executeMethod Utilities.Editor.BuildPipeline.UnityPlayerBuildTools.StartCommandLineBuild -sceneList Assets/Scenes/SampleScene.unity -arch ARM64'
7780

78-
- uses: actions/setup-dotnet@v4
81+
- uses: actions/setup-dotnet@v5
7982
with:
8083
dotnet-version: '8.x'
8184
- uses: microsoft/setup-msbuild@v2
@@ -94,7 +97,7 @@ jobs:
9497
echo "Output Directory: ${{ steps.uwp-build.outputs.output-directory }}"
9598
ls -R "${{ steps.uwp-build.outputs.output-directory }}"
9699
97-
- uses: actions/upload-artifact@v4
100+
- uses: actions/upload-artifact@v6
98101
with:
99102
retention-days: 1
100103
name: ${{ github.run_number }}.${{ github.run_attempt }} ${{ matrix.unity-version }}-${{ matrix.build-target }}-${{ matrix.uwp-package-type }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ steps:
4444

4545
- `executable`: The path to the generated appx executable.
4646
- `output-directory`: The path to the package output directory.
47+

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ outputs:
3434
output-directory:
3535
description: The path to the output-directory.
3636
runs:
37-
using: 'node20'
37+
using: 'node24'
3838
main: 'dist/index.js'

0 commit comments

Comments
 (0)