Skip to content

Commit

Permalink
Create App Release through Github Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swap-musale committed Aug 21, 2023
1 parent 1ef2520 commit d94bba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
name: release-artifacts
paths: |
app/build/outputs/apk/release/
# app/build/outputs/apk/release/
app/build/outputs/bundle/release/

- name: Create Github Release
Expand All @@ -72,5 +72,5 @@ jobs:
generate_release_notes: true
prerelease: false
files: |
app/build/outputs/apk/release/app-release.apk
# app/build/outputs/apk/release/app-release.apk
app/build/outputs/bundle/release/app-release.aab

0 comments on commit d94bba0

Please sign in to comment.