We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8063c9e commit a3f3df5Copy full SHA for a3f3df5
.github/workflows/release.yml
@@ -38,6 +38,8 @@ jobs:
38
uses: game-ci/unity-builder@v4
39
env:
40
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
41
+ UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
42
+ UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
43
with:
44
buildName: ${{ env.FILE_NAME }}.unitypackage
45
targetPlatform: StandaloneLinux64
0 commit comments