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 8, 2024
1 parent be58343 commit b20c28f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/windows_develop_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,10 @@ jobs:
uses: game-ci/unity-builder@v3
id: buildStep
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
#UNITY_EMAIL: ${{ secrets.UNITY_EMAIL_ED }}
#UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD_ED }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL_ED }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD_ED }}
#UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
#UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_ED }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_ED }}
with:
targetPlatform: WSAPlayer
unityVersion: 2022.3.7f1
Expand Down

0 comments on commit b20c28f

Please sign in to comment.