Skip to content

Commit

Permalink
Setup CI CD 12πŸ«ΈπŸŒ€βœοΈπŸ“— :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
hendisantika committed Jan 17, 2024
1 parent cd63065 commit 01e598c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
uses: charliealbright/appcenter-cli-action@v1.0.1
with:
token: ${{secrets.APPCENTER_API_TOKEN}}
command: 'appcenter distribute release -f ${{inputs.file}} --app ${{inputs.name}} --group ${{inputs.group}}'
# command: 'appcenter distribute release -f ${{inputs.file}} --app ${{inputs.name}} --group ${{inputs.group}}'
command: 'appcenter distribute release -f ${{inputs.file}} --group ${{inputs.group}}'

0 comments on commit 01e598c

Please sign in to comment.