Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kaenova authored Jun 16, 2022
1 parent 7b1bc13 commit 6b43b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/BuildAPKDebug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ jobs:
with:
name: "Debug Auto Build - ${{ steps.tags.outputs.tag }} - ${{ steps.date.outputs.date }}"
artifacts: "mobile/artifacts/*.apk"
allowUpdates: "true"
body: "An auto build for internal at ${{ steps.date.outputs.date }} for ${{ steps.tags.output.tag }}"
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/BuildAPKRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ jobs:
with:
name: "Release Auto Build - ${{ steps.tags.outputs.tag }} - ${{ steps.date.outputs.date }}"
artifacts: "mobile/artifacts/*.apk"
allowUpdates: "true"
body: "An auto build for release at ${{ steps.date.outputs.date }} for ${{ steps.tags.output.tag }}"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6b43b65

Please sign in to comment.