Skip to content

Commit a3f3df5

Browse files
authored
Update release.yml game-ci/unity-builder@v4 support
1 parent 8063c9e commit a3f3df5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
uses: game-ci/unity-builder@v4
3939
env:
4040
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
41+
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
42+
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
4143
with:
4244
buildName: ${{ env.FILE_NAME }}.unitypackage
4345
targetPlatform: StandaloneLinux64

0 commit comments

Comments
 (0)