Skip to content

Commit

Permalink
ci/cd android: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Apr 17, 2023
1 parent b2f9c1c commit 73a5424
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upload-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
if: github.ref == 'refs/heads/prod'
runs-on: ubuntu-20.04
steps:

# CONFIGURATION
- name: Checkout source code
uses: actions/checkout@v3

Expand Down Expand Up @@ -65,11 +67,13 @@ jobs:
- name: Delete iOS icons
run: rm -rf $WORKING_DIRECTORY/AppIcons

# GODOT EXPORT
- name: Godot Android export
uses: dulvui/godot-android-export@v2.0.0
with:
working-directory: $WORKING_DIRECTORY

# GOOGLE PLAY STORE
- name: Publish to Play Store
uses: r0adkll/upload-google-play@v1
with:
Expand All @@ -80,6 +84,7 @@ jobs:
track: 'internal'
status: completed

# GITHUB RELEASES
- name: Bundle aab to apk
run: |
wget -q https://github.com/google/bundletool/releases/download/1.14.0/bundletool-all-1.14.0.jar
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- fix star position in shop

0 comments on commit 73a5424

Please sign in to comment.