Skip to content

Commit

Permalink
rename iOS CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
andordavoti committed Aug 9, 2023
1 parent 39bfed0 commit 96b6441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: "12.x"
- name: Decrypt Android keys
- name: Decrypt iOS keys
run: cd .github/scripts && chmod +x decrypt_ios_secrets.sh && ./decrypt_ios_secrets.sh
shell: bash
env:
Expand Down

0 comments on commit 96b6441

Please sign in to comment.