Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexe authored Jun 20, 2024
1 parent 6e5dff5 commit 37e8da1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
Library-
# Build
- name: Build project
- name: Build project (Desktop)
uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
Expand All @@ -31,6 +31,16 @@ jobs:
with:
targetPlatform: StandaloneWindows64

# Build
- name: Build project (Mobile)
uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: Android

# Output
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 37e8da1

Please sign in to comment.