From a3fa21c61b8f322843c8579b1fea9a1fc3df0b3e Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Mon, 12 Dec 2022 09:04:08 -0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b8b9f9..4399929 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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()