forked from avocaddo/AppCenter-Github-Action
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
joabalea
committed
Nov 25, 2019
1 parent
cd967e6
commit e01b81a
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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}} | ||
``` |