Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GabLeRoux committed Jan 16, 2024
1 parent 85496d4 commit 6a8b73c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- StandaloneWindows64
- WebGL
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ${{ matrix.projectPath }}/Library
key:
Expand All @@ -30,7 +30,7 @@ jobs:
Library-${{ matrix.projectPath }}-
Library-
- name: Build project
uses: game-ci/unity-builder@v2
uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand All @@ -45,5 +45,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/${{ matrix.targetPlatform }}/
publish_dir: build/${{ matrix.targetPlatform }}/WebGL/
publish_branch: gh-pages

0 comments on commit 6a8b73c

Please sign in to comment.