Skip to content

Commit

Permalink
try to fix testflight release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesterday17 committed Nov 10, 2022
1 parent 3396e86 commit 7bdeb95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ jobs:
- uses: actions/download-artifact@v3
- name: Setup | Codemagic-cli
run: pip3 install codemagic-cli-tools
# https://github.com/actions/runner-images/issues/6507#issuecomment-1301636292
- name: Add Python bin to PATH
run: echo "/Library/Frameworks/Python.framework/Versions/Current/bin" >> $GITHUB_PATH

- if: github.event_name == 'workflow_dispatch'
run: echo "TAG_NAME=${{ github.event.inputs.tag_name }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 7bdeb95

Please sign in to comment.