Skip to content

Commit

Permalink
Only build release in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyteapot committed Mar 29, 2024
1 parent 37a76e9 commit bc299d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew assembleRelease

- uses: r0adkll/sign-android-release@v1
name: Sign the APK
Expand All @@ -51,5 +51,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4.3.1
with:
name: Release APK
name: Phone Control release build
path: ${{steps.sign_apk.outputs.signedReleaseFile}}

0 comments on commit bc299d3

Please sign in to comment.