Skip to content

Commit

Permalink
[CI] continue
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilienNaveau committed Oct 15, 2023
1 parent 3042ef8 commit 407f483
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:

env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_LICENSE }}
UNITY_PASSWORD: ${{ secrets.UNITY_LICENSE }}
UNITY_PROJECT_PATH: trampoline_unity/trampoline

jobs:
checkLicense:
Expand Down Expand Up @@ -61,6 +64,7 @@ jobs:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
projectPath: ${{ env.UNITY_PROJECT_PATH }}

# Build
- name: Build project
Expand All @@ -71,6 +75,7 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: WebGL
projectPath: ${{ env.UNITY_PROJECT_PATH }}

# Output
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -129,6 +134,7 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: ${{ matrix.targetPlatform }}
projectPath: ${{ env.UNITY_PROJECT_PATH }}

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

0 comments on commit 407f483

Please sign in to comment.