Skip to content

Commit

Permalink
Release Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali committed Sep 13, 2023
1 parent 4d7b82f commit 6838d53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build APK
run: ./gradlew assembleRelease
run: ./gradlew bundleRelease
env:
TMDB_API_KEY: ${{ secrets.TMDB_API_KEY }}
- name: Extract version name
Expand All @@ -27,12 +27,11 @@ jobs:
uses: release-drafter/release-drafter@v5
with:
tag: ${{ env.VERSION }}
prerelease: true
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload release assets
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.VERSION }}
files: app/build/outputs/apk/release/app-release.apk
files: app/build/outputs/bundle/release/app-release.aab

0 comments on commit 6838d53

Please sign in to comment.