Skip to content

Commit

Permalink
Update windows_develop_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwild authored Sep 4, 2024
1 parent da253da commit 0274fcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows_develop_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

# Build stage
- name: Unity builder
uses: game-ci/unity-builder@v2.1.1
uses: game-ci/unity-builder@v4
id: buildStep
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
matrix:
include:
- hlversion: 2
hlplatform: ARM64
hlplatform: ARM #was ARM64
env:
HLVERSION: ${{ matrix.hlversion }}
HLPLATFORM: ${{ matrix.hlplatform }}
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 0274fcb

Please sign in to comment.