Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers authored Dec 18, 2023
1 parent fea731b commit 5c9eb0a
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,20 @@ jobs:
-p:AndroidSigningStorePass="${{ secrets.RELEASE_KEYSTORE_PASS }}"
-p:AndroidSigningKeyAlias="key"
-p:AndroidSigningKeyPass="${{ secrets.RELEASE_KEYSTORE_PASS }}"
- name: Create GitHub release
uses: softprops/action-gh-release@v1
- uses: actions/upload-artifact@v4
with:
files: |
"publish/*.aab"
path: |
"publish/*.apk"
generate_release_notes: true
# "publish/*.aab"

# - name: Create GitHub release
# uses: softprops/action-gh-release@v1
# with:
# files: |
# "publish/*.apk"
# "publish/*.aab"
# generate_release_notes: true

- name: Upload to Play Store
uses: r0adkll/upload-google-play@v1
Expand Down

0 comments on commit 5c9eb0a

Please sign in to comment.