Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoneerC committed Sep 26, 2024
1 parent 62ad670 commit 3c350ad
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ jobs:
chmod +x butler
sudo mv butler /usr/local/bin/
- name: Set up Unity
uses: game-ci/unity-builder@v2
- name: Build project
uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
unityVersion: 2022.3.27f1
targetPlatform: StandaloneWindows64
UNITY_SERIAL: ${{ secrets.UNITY_LICENSE }}

- name: Build Unity Project
run: |
Expand Down

0 comments on commit 3c350ad

Please sign in to comment.