Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
talosross authored Nov 25, 2023
1 parent 230cdb8 commit 7dd31cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
echo "Version Name: ${VERSION_NAME}"
echo "Version Code: ${VERSION_CODE}"
- name: Create release folder
run: mkdir -p app/build/outputs/apk/release

- name: Build release APK
run: ./gradlew assembleRelease

Expand Down

0 comments on commit 7dd31cc

Please sign in to comment.