Skip to content

Commit

Permalink
Fix(githubAction): assemble after build
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Dec 3, 2024
1 parent 371c263 commit 1a8593d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ jobs:
- name: Grant Execute Permission For Gradlew
run: chmod +x gradlew
# Build app
- name: Build project APK / AAR / JAR
- name: Build for run tests or static analysis
run: ./gradlew build
- name: Build project APK / AAR / JAR
run: ./gradlew assemble


#####################
# Prepare release #
Expand Down

0 comments on commit 1a8593d

Please sign in to comment.