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()