From 3e390bfee5bda010f249a1902cd4d6d40848e992 Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Fri, 21 Mar 2025 17:40:10 +0300 Subject: [PATCH] without checklicense --- .gitea/workflows/build.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c617058..f6bbb06 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,26 +5,26 @@ on: jobs: - checklicense: - name: Check for UNITY_LICENSE in GitHub Secrets - runs-on: windows-host - outputs: - is_unity_license_set: ${{ steps.checklicense_job.outputs.is_unity_license_set }} - steps: - - name: Check whether unity activation requests should be done - id: checklicense_job - env: - UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} - UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} - UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} - run: | - echo "Skip activation job: ${{ env.UNITY_LICENSE != '' }}" - export is_unity_license_set="${{ env.UNITY_LICENSE != '' }}" - echo "is_unity_license_set=$is_unity_license_set" >> $GITHUB_OUTPUT +# checklicense: +# name: Check for UNITY_LICENSE in GitHub Secrets +# runs-on: windows-host +# outputs: +# is_unity_license_set: ${{ steps.checklicense_job.outputs.is_unity_license_set }} +# steps: +# - name: Check whether unity activation requests should be done +# id: checklicense_job +# env: +# UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} +# UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} +# UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} +# run: | +# echo "Skip activation job: ${{ env.UNITY_LICENSE != '' }}" +# export is_unity_license_set="${{ env.UNITY_LICENSE != '' }}" +# echo "is_unity_license_set=$is_unity_license_set" >> $GITHUB_OUTPUT build: name: Build for ${{ matrix.targetPlatform }} - needs: checklicense +# needs: checklicense runs-on: windows-host container: volumes: