Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick-Ryu committed Oct 8, 2024
1 parent c21294e commit c4394cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
gradle-version: 8.4
- name: Build with Gradle
run: ./gradlew assembleRelease
run: ./gradlew assembleRelease -x signRelease
- name: Sign app APK
uses: r0adkll/sign-android-release@v1
id: sign_app
Expand Down

0 comments on commit c4394cc

Please sign in to comment.