File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5959 UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
6060 UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
6161 UNITY_SERIAL : ${{ secrets.UNITY_SERIAL }}
62+ UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
6263 with :
6364 buildName : ' GameCI Test Build'
6465 projectPath : ${{ matrix.projectPath }}
Original file line number Diff line number Diff line change 6565 UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
6666 UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
6767 UNITY_SERIAL : ${{ secrets.UNITY_SERIAL }}
68+ UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
6869 with :
6970 buildName : ' GameCI Test Build'
7071 projectPath : ${{ matrix.projectPath }}
8990 UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
9091 UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
9192 UNITY_SERIAL : ${{ secrets.UNITY_SERIAL }}
93+ UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
9294 with :
9395 buildName : ' GameCI Test Build'
9496 projectPath : ${{ matrix.projectPath }}
@@ -112,6 +114,7 @@ jobs:
112114 UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
113115 UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
114116 UNITY_SERIAL : ${{ secrets.UNITY_SERIAL }}
117+ UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
115118 with :
116119 buildName : ' GameCI Test Build'
117120 projectPath : ${{ matrix.projectPath }}
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ jobs:
190190 UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
191191 UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
192192 UNITY_SERIAL : ${{ secrets.UNITY_SERIAL }}
193+
193194 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
194195 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
195196 GIT_PRIVATE_TOKEN : ${{ secrets.GIT_PRIVATE_TOKEN }}
You can’t perform that action at this time.
0 commit comments