From 9b63a25cae57f4212959a9e16e24f84c3aa8a21e Mon Sep 17 00:00:00 2001 From: Iuri Pereira <689440+iuricmp@users.noreply.github.com> Date: Tue, 25 Jul 2023 08:26:47 -0300 Subject: [PATCH] chore: github temp folder Signed-off-by: Iuri Pereira <689440+iuricmp@users.noreply.github.com> --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73394b2..75de453 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ name: Build -run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} +run-name: Building to ${{ inputs.deploy_target }} by @${{ github.actor }} on: push: tags: @@ -51,6 +51,9 @@ jobs: # - name: Lint # run: make lint + - name: Set TMPDIR environment variable + run: echo "TMPDIR=${{ runner.temp }}" >> $GITHUB_ENV + - name: Build IOS run: make build.ios