Skip to content

Commit

Permalink
fix License
Browse files Browse the repository at this point in the history
  • Loading branch information
JochenHeckl committed Feb 26, 2024
1 parent 0cf8e57 commit 8403cf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# Build
- name: Build ACSSandbox Server
uses: game-ci/unity-builder@v4
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
projectPath: ACSSandbox.Unity
buildMethod: ACSSandbox.ACSSandboxBuild.BuildServer
Expand Down

0 comments on commit 8403cf2

Please sign in to comment.