Skip to content

Commit

Permalink
Update webgl_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IwamotoKakeru authored Apr 21, 2024
1 parent d74ee52 commit dfba0ef
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/webgl_build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build

on:
# developへのPRマージをトリガーとしてワークフローを開始する
# developへのPR作成をトリガーとしてワークフローを開始する
pull_request:
branches:
- develop
types: [closed]
types: [opened]

# 手動実行デバッグ用
workflow_dispatch: {}
Expand All @@ -26,4 +26,11 @@ jobs:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
targetPlatform: WebGL
unityVersion: 2019.4.31f1 # ここは各自プロジェクトに合わせて設定
unityVersion: 2019.4.31f1
# Upload artifact (Unity_v2019.4.31f1)
- name: Upload the WebGL Build
uses: actions/upload-artifact@v3
with:
name: ${{ env.target }}
path: ${{ env.target }}

0 comments on commit dfba0ef

Please sign in to comment.