u/GumbyXGames

I haven't seriously programmed in years and am a novice when it comes to Android app development so please bare with me.

I recently forked an older Android project and am having issues with GitHub actions. I can build a signed release APK from my machine. After a bunch of research and multiple Actions from the GitHub Marketplace and other sites, I finally got an unsigned debug APK to build. However, when I copied an action for building and releasing a signed APK to Github, the job completes but there is no APK. Checking the logs, I noticed during the Upload Release Build to Artifacts step the artifact was never uploaded:

Warning: No files were found with the provided path: app/build/outputs/apk/release/

home/runner/work/LeanKeyboard-Handhelds/LeanKeyboard-Handhelds/app/build/outputs/apk/release/. No artifacts will be uploaded.

After two days of taking a crash course in Android development and banging my head against the wall, I'm nearing my wit's end. Any help or insight would be appreciated.

yml being used for the action can be found here:  https://github.com/GumbyXGames/LeanKeyboard-Handhelds/blob/master/.github/workflows/release_build.yml

Last run job: https://github.com/GumbyXGames/LeanKeyboard-Handhelds/actions/runs/25521370125/job/74905980461

reddit.com
u/GumbyXGames — 15 days ago

I haven't seriously programmed in years and am a novice when it comes to Android app development so please bare with me.

I recently forked an older Android project and am having issues with GitHub actions. I can build a signed release APK from my machine. After a bunch of research and multiple Actions from the GitHub Marketplace and other sites, I finally got an unsigned debug APK to build. However, when I copied an action for building and releasing a signed APK to Github, I keep getting the following error when it tries to upload the built artifact:

Error: Resource not accessible by integration - https://docs.github.com/rest/releases/releases#create-a-release

I checked earlier in the log and it looks like the compiled APK is either not being saved or not being saved where it is supposed to:

Warning: No files were found with the provided path: app/build/outputs/apk/release/app-release.apk. No artifacts will be uploaded.

After two days of taking a crash course in Android development, I'm nearing my wit's end.

yml being used for the action can be found here: https://github.com/GumbyXGames/LeanKeyboard-Handhelds/blob/master/.github/workflows/release_build.yml

Last failed Github action can be found here: https://github.com/GumbyXGames/LeanKeyboard-Handhelds/actions/runs/25517566583/job/74892733953

Any help would be really appreciated.

u/GumbyXGames — 15 days ago

An odd question but does anyone here know of any themes that have art for custom systems for ROM hacks and pc game storefronts? I'm current usually Art Book Next which has category/system titles/clearlogos and for Steam and Epic but not GOG.

Also looking for themes that have category/system titles/clearlogos and artwork for ROM hacks like Art Book Next (gbh, gbah, gbch, nesh, snesh).

u/GumbyXGames — 26 days ago

Are there any benefits to disabling ErP (Asus Advanced Power Management) and/or SVM/CPU Virtualization on BIOS? Saw some posts saying they could be disabled and others saying CPU virtualization is used by some emulators? Currently running dualboot Bazzite and Win11.

reddit.com
u/GumbyXGames — 30 days ago