Skip to content

Commit

Permalink
github: replace deprecated command
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed May 14, 2024
1 parent 165c42d commit 3cbffdd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:
architecture: x64

- name: Install Codemagic CLI Tools
run: |
brew install pipx
pipx install codemagic-cli-tools
run: pipx install codemagic-cli-tools

- name: Setup keychain
run: |
Expand All @@ -76,7 +74,7 @@ jobs:
--certificate-key=@env:APP_STORE_CERTIFICATE_KEY \
--create
app-store-connect list-certificates \
app-store-connect certificates list \
--type MAC_INSTALLER_DISTRIBUTION \
--certificate-key=@env:APP_STORE_CERTIFICATE_KEY \
--save
Expand Down

0 comments on commit 3cbffdd

Please sign in to comment.