Skip to content

Commit

Permalink
fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Jun 22, 2024
1 parent 1fcc490 commit e23eb71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
steps:

- name: DeployToTestFlight
run: code/ci_actions/06_deploy.sh
run: code/ci_actions/06_deploy_testflight.sh

cleanup:

needs: test
needs: deploy

runs-on: self-hosted

Expand Down

0 comments on commit e23eb71

Please sign in to comment.