Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joabalea committed Nov 25, 2019
1 parent cd967e6 commit e01b81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# App Center Github Action

This action uploads artefacts (.apk or .ipa) to Visual Studio App Center.
This action run any App Center CLI command.

## Inputs

Expand Down Expand Up @@ -35,6 +35,6 @@ jobs:
- name: upload artefact to App Center
uses: joabalea/[email protected]
with:
command: appcenter distribute stores publish -s Beta -f app/build/outputs/apk/release/app-release-unsigned.apk -r "Release note" -a user/app
command: appcenter distribute stores publish -s Beta -f app/build/outputs/apk/release/app-release-unsigned.apk -r releaseNote -a user/app
token: ${{secrets.APP_CENTER_TOKEN}}
```

0 comments on commit e01b81a

Please sign in to comment.