Update build.yml

This commit is contained in:
oxmc
2022-12-12 09:04:08 -08:00
committed by GitHub
parent c2a411d191
commit a3fa21c61b
+6
View File
@@ -43,9 +43,15 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: Android
allowDirtyBuild: true
# Output
- uses: actions/upload-artifact@v2
with:
name: Build
path: build
# Return License
- name: Return license
uses: game-ci/unity-return-license@v2
if: always()