Skip to content

Commit

Permalink
Update build-f-droid-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 22, 2024
1 parent 4cec68b commit 31bfc33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
cd android
./gradlew clean
./gradlew bundleRelease --no-daemon --warning-mode all
./jarsigner -verify -verbose android/app/build/outputs/bundle/release/app-release.aab
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down Expand Up @@ -137,7 +136,6 @@ jobs:
cd android
./gradlew clean
./gradlew assembleRelease --no-daemon --warning-mode all
./jarsigner -verify -verbose android/app/build/outputs/apk/release/app-release-signed.apk
## sign generated apk
- name: Sign APK
Expand Down

0 comments on commit 31bfc33

Please sign in to comment.