From fefdecfa285a35313d2efaea5f77372bf009106b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Fri, 17 Jan 2025 20:07:04 +0000 Subject: [PATCH] move input to step env var --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index baaff98c4..fc50d6562 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -412,11 +412,13 @@ jobs: - name: Upload app to TestFlight with Fastlane if: ${{ inputs.distribute && env._BUILD_MODE == 'Device' }} + env: + COMPILER_FLAGS: ${{ inputs.compiler-flags }} run: | CHANGELOG="$(git show -s --format=%s) $GITHUB_REPOSITORY/$GITHUB_REF_NAME @ $GITHUB_SHA - Compiler Flags: ${{ inputs.compiler-flags }} Xcode $._XCODE_VERSION + Compiler Flags: $COMPILER_FLAGS $_GITHUB_ACTION_RUN_URL" fastlane upload_build \