File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 unity-version : [2021.x, 2022.x, 6000.x]
2727 uwp-package-type : [sideload, upload]
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 - run : ' npm install -g openupm-cli'
3131 # Installs the Unity Editor based on your project version text file
3232 # sets -> env.UNITY_EDITOR_PATH
@@ -73,10 +73,10 @@ jobs:
7373 log-name : ' ${{ matrix.build-target }}-Build'
7474 args : ' -quit -nographics -batchmode -executeMethod Utilities.Editor.BuildPipeline.UnityPlayerBuildTools.StartCommandLineBuild -sceneList Assets/Scenes/SampleScene.unity -arch ARM64'
7575
76- - uses : actions/setup-dotnet@v4
76+ - uses : actions/setup-dotnet@v5
7777 with :
7878 dotnet-version : ' 8.x'
79- - uses : microsoft/setup-msbuild@v2
79+ - uses : microsoft/setup-msbuild@v3
8080
8181 # builds visual studio project for UWP and packages it for store upload
8282 - uses : ./ # RageAgainstThePixel/unity-uwp-builder
9292 echo "Output Directory: ${{ steps.uwp-build.outputs.output-directory }}"
9393 ls -R "${{ steps.uwp-build.outputs.output-directory }}"
9494
95- - uses : actions/upload-artifact@v4
95+ - uses : actions/upload-artifact@v7
9696 with :
9797 retention-days : 1
9898 name : ${{ github.run_number }}.${{ github.run_attempt }} ${{ matrix.unity-version }}-${{ matrix.build-target }}-${{ matrix.uwp-package-type }}
You can’t perform that action at this time.
0 commit comments