Skip to content

Commit

Permalink
Merge pull request #6 from shoyheim-dd/Fiks_apk_build
Browse files Browse the repository at this point in the history
Fiks apk build
  • Loading branch information
shoyheim-dd authored Oct 22, 2024
2 parents 37f1b0e + 4345a98 commit 2677db9
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 @@ -18,7 +18,7 @@ jobs:
- name: Make Gradle executable
run: chmod +x ./gradlew
- name: Build Release APK
run: ./gradlew assembleDemoRelease
run: ./gradlew assembleDemoDebug
- name: Releasing using Hub
uses: kyze8439690/action-release-releaseapk@master
env:
Expand Down

0 comments on commit 2677db9

Please sign in to comment.