{"id":21827072,"url":"https://github.com/waterlemons2k/apk-action","last_synced_at":"2026-01-30T13:07:22.226Z","repository":{"id":263294561,"uuid":"889932644","full_name":"WaterLemons2k/apk-action","owner":"WaterLemons2k","description":"Build a signed, release-ready APK with GitHub Actions","archived":false,"fork":false,"pushed_at":"2024-11-19T15:02:44.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-01T03:01:47.399Z","etag":null,"topics":["action","actions","android","apk","build","build-tool","ci","mobile","mobile-app","mobile-ci","release","signed"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WaterLemons2k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://afdian.com/a/WaterLemons2k"}},"created_at":"2024-11-17T15:57:59.000Z","updated_at":"2025-03-05T03:22:48.000Z","dependencies_parsed_at":"2024-11-17T16:40:20.249Z","dependency_job_id":"fab10a06-a779-47d2-bb53-2f3936c0637a","html_url":"https://github.com/WaterLemons2k/apk-action","commit_stats":null,"previous_names":["waterlemons2k/apk-action"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/WaterLemons2k/apk-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaterLemons2k%2Fapk-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaterLemons2k%2Fapk-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaterLemons2k%2Fapk-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaterLemons2k%2Fapk-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WaterLemons2k","download_url":"https://codeload.github.com/WaterLemons2k/apk-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaterLemons2k%2Fapk-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28833381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"online","status_checked_at":"2026-01-28T02:00:06.943Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","actions","android","apk","build","build-tool","ci","mobile","mobile-app","mobile-ci","release","signed"],"created_at":"2024-11-27T18:12:08.202Z","updated_at":"2026-01-30T13:07:22.216Z","avatar_url":"https://github.com/WaterLemons2k.png","language":"JavaScript","funding_links":["https://afdian.com/a/WaterLemons2k"],"categories":[],"sub_categories":[],"readme":"# APK action\n\nBuild a signed, release-ready, or debug APKs with GitHub Actions\n\n\u003e Based on [victorbnl/build-signed-apk](https://github.com/victorbnl/build-signed-apk)\n\n## Usage\n\n```yml\n- uses: WaterLemons2k/apk-action@v1\n  with:\n    # Contents of the keystore file (.jks), base64 encoded\n    keystore: ${{ secrets.KEYSTORE }}\n    # Password of the keystore\n    keystore-password: ${{ secrets.KEYSTORE_PASSWORD }}\n    # Alias of the key\n    key-alias: ${{ secrets.KEY_ALIAS }}\n    # Password of the key\n    key-password: ${{ secrets.KEY_PASSWORD }}\n\n    # Optioanl\n    #\n    # The Java version to set up\n    # Default: see `src/java-version.js`\n    java-version: ''\n    # The arguments passed to Gradle\n    # Default: '--no-daemon'\n    gradle-args: ''\n    # Whether to build a release or debug APK\n    # Default: 'true'\n    release: true\n```\n\n## The APK\n\nDefault location of the APK:\n\n| `release: true`                                 | `release: false`                            |\n| ----------------------------------------------- | ------------------------------------------- |\n| `app/build/outputs/apk/release/app-release.apk` | `app/build/outputs/apk/debug/app-debug.apk` |\n\n### Follow-up\n\nNow you can do whatever you want with the APK, such as release it:\n\n```yml\n- uses: softprops/action-gh-release@v2\n  with:\n    files: app/build/outputs/apk/release/*.apk\n```\n\nor upload it as an artifact (`release: false`):\n\n```yml\n- uses: actions/upload-artifact@v6\n  with:\n    name: APK\n    path: app/build/outputs/apk/debug/*.apk\n```\n\nEnjoy it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaterlemons2k%2Fapk-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaterlemons2k%2Fapk-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaterlemons2k%2Fapk-action/lists"}