Skip to content

Commit

Permalink
debug 包生成
Browse files Browse the repository at this point in the history
  • Loading branch information
SOCK-MAGIC authored Jan 10, 2024
1 parent 6ff914b commit c4c9dcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ jobs:
# Run Build Project
- name: Build gradle project
run: ./gradlew build

# Create APK Debug
- name: Build apk debug project (APK) - ${{ env.main_project_module }} module
run: ./gradlew assembleDebug

0 comments on commit c4c9dcf

Please sign in to comment.