Skip to content

Commit

Permalink
Upgrade Codemagic CLI tools to 0.44.1 (#969)
Browse files Browse the repository at this point in the history
Required to get more information about this issue:
codemagic-ci-cd/cli-tools#346 (comment)
  • Loading branch information
nilsreichardt authored Sep 15, 2023
1 parent c3985a2 commit 61463b3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
fvm config --cache-path '${{ runner.tool_cache }}/flutter'
- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools==0.43.0
run: pip3 install codemagic-cli-tools==0.44.1

- name: Setup signing
working-directory: app/android
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

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

- name: Set Flutter version from FVM config file to environment variables
uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools==0.43.0
run: pip3 install codemagic-cli-tools==0.44.1
- name: Setup signing
env:
# The following secrets are used by the Codemagic CLI tool. It's important
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

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

- name: Set Flutter version from FVM config file to environment variables
uses: kuhnroyal/flutter-fvm-config-action@6ffa30473b346f7d7c63cf9e03e6a886f940a72b
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744

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

- name: Setup signing
working-directory: app/android
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

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

- name: Setup signing
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac

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

- name: Setup signing
working-directory: app
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744

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

- name: Setup signing
working-directory: app/android
Expand Down

0 comments on commit 61463b3

Please sign in to comment.