-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: yibo <[email protected]> Co-authored-by: dogi <[email protected]>
- Loading branch information
1 parent
7e41121
commit 635671e
Showing
6 changed files
with
229 additions
and
61 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 |
---|---|---|
|
@@ -72,16 +72,16 @@ jobs: | |
sha256sum output/remote.aab > output/remote.aab.sha256 | ||
ls -alR output | ||
# - name: publish AAB to playstore | ||
# if: github.ref == 'refs/heads/master' | ||
# uses: dogi/[email protected] | ||
# with: | ||
# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} | ||
# packageName: io.treehouses.remote | ||
# releaseFiles: output/remote.aab | ||
# track: internal | ||
# releaseName: "${{ env.VERSION }}" | ||
# status: completed | ||
- name: publish AAB to playstore | ||
if: github.ref == 'refs/heads/master' | ||
uses: dogi/[email protected] | ||
with: | ||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} | ||
packageName: io.treehouses.remote | ||
releaseFiles: output/remote.aab | ||
track: internal | ||
releaseName: "${{ env.VERSION }}" | ||
status: completed | ||
|
||
# - name: mobile security framework | ||
# run: | | ||
|
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
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
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
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
Oops, something went wrong.