Skip to content

Commit

Permalink
Fix working directory for deploying iOS alpha versions (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Aug 6, 2023
1 parent 4611a57 commit fb17488
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,16 +208,14 @@ jobs:
deploy-alpha-ios-app:
runs-on: macos-13
timeout-minutes: 120
defaults:
run:
working-directory: app
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9

- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools==0.39.1

- name: Setup signing
working-directory: app
env:
# The following secrets are used by the Codemagic CLI tool. It's important
# to use the same names as the CLI tool expects.
Expand Down

0 comments on commit fb17488

Please sign in to comment.