Skip to content

Commit

Permalink
Merge branch 'fwild/hololens-build' of github.com:WEKIT-ECS/MIRAGE-XR…
Browse files Browse the repository at this point in the history
… into fwild/hololens-build
  • Loading branch information
fwild committed Sep 4, 2024
2 parents b5e31a7 + 63e923b commit 35bca32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows_develop_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:

# Build stage
- name: Unity builder
uses: game-ci/unity-builder@v2.1.1
uses: game-ci/unity-builder@v3
id: buildStep
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_WINDOWS }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL_ED }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD_ED }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_ED }}
with:
targetPlatform: WSAPlayer
unityVersion: 2022.3.7f1
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2 # v1
uses: microsoft/setup-msbuild@v2

- name: Download WSAPlayer Artifact
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 35bca32

Please sign in to comment.