Skip to content

Commit

Permalink
ci: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Oct 7, 2022
1 parent f22e5b1 commit 73c76c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
apk-path: app/build/outputs/apk/appcenter/release/app-appcenter-release.apk

- naem: Setup AppCenter CLI
- name: Setup AppCenter CLI
run: |
npm install -g appcenter-cli
appcenter login --token ${{ secrets.APPCENTER_TOKEN }}
Expand Down

0 comments on commit 73c76c2

Please sign in to comment.