Skip to content

Commit

Permalink
move input to step env var
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkgang committed Jan 17, 2025
1 parent 82c9c90 commit fefdecf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit fefdecf

Please sign in to comment.