Skip to content

Commit

Permalink
feat(webgl_build): 実験のためCIのビルドバージョンを上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
IwamotoKakeru committed May 7, 2024
1 parent 0ae855b commit 6cd2f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webgl_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: WebGL
unityVersion: 2019.4.31f1
unityVersion: 2022.3.6f1

# Upload artifact (Unity_v2019.4.31f1)
# Upload artifact
- name: Upload the WebGL Build
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6cd2f11

Please sign in to comment.