{"id":6481843,"name":"dulvui/godot-android-export","ecosystem":"actions","description":"Godot Engine 3.x and 4.x Android export","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/dulvui/godot-android-export","keywords_array":["android","cicd","githubactions","godot","playstore"],"namespace":"dulvui","versions_count":20,"first_release_published_at":"2022-12-05T16:08:17.000Z","latest_release_published_at":"2025-03-27T06:23:01.000Z","latest_release_number":"v4.2.0","last_synced_at":"2026-08-31T04:22:44.799Z","created_at":"2023-03-07T00:35:00.550Z","updated_at":"2026-08-31T04:22:44.799Z","registry_url":"https://github.com/dulvui/godot-android-export","install_command":null,"documentation_url":null,"metadata":{"name":"Godot Android Export","description":"Godot Engine 3.x and 4.x Android export","author":"Simon Dalvai @dulvui","branding":{"color":"blue","icon":"upload-cloud"},"inputs":{"working-directory":{"description":"The working directory","required":false,"default":"."},"godot-version":{"description":"Godot Engine version. Supported are 4.x versions","required":true},"godot-channel":{"description":"Godot Engine release channel (stable, beta, rc1, rc2, rc3...). Defaults to stable","required":false,"default":"stable"}},"runs":{"using":"composite","steps":[{"name":"Check is running on Linux","if":"runner.os != 'Linux'","shell":"bash","run":"exit 1"},{"name":"Set up JDK","uses":"actions/setup-java@v4","with":{"distribution":"temurin","java-version":17}},{"name":"Setup Android SDK","uses":"android-actions/setup-android@v3"},{"name":"Cache Godot files","id":"cache-godot","uses":"actions/cache@v4","with":{"path":"/usr/local/bin/godot\n","key":"${{ runner.os }}-godot-${{ inputs.godot-version }}"}},{"name":"Download and extract Godot Engine linux server","shell":"bash","if":"steps.cache-godot.outputs.cache-hit != 'true'","run":"wget -q https://github.com/godotengine/godot-builds/releases/download/${{ inputs.godot-version }}-${{ inputs.godot-channel}}/Godot_v${{ inputs.godot-version }}-${{ inputs.godot-channel }}_linux.x86_64.zip\nunzip Godot_v${{ inputs.godot-version }}-${{ inputs.godot-channel }}_linux.x86_64.zip\nmkdir -p ~/.config/godot/\ntouch ~/.config/godot/editor_settings-4.tres\nmv ./Godot_v${{ inputs.godot-version }}-${{ inputs.godot-channel }}_linux.x86_64 /usr/local/bin/godot\n"},{"name":"Check if android custom build directory exists","shell":"bash","id":"check-custom-build","run":"if [ -d \"${{ inputs.working-directory }}/android\" ]; then\n  echo \"exists=true\" \u003e\u003e \"$GITHUB_OUTPUT\"\nelse\n  echo \"exists=false\" \u003e\u003e \"$GITHUB_OUTPUT\"\nfi\n"},{"name":"Cache Godot export templates","id":"cache-export-templates","if":"steps.check-custom-build.outputs.exists == 'false'","uses":"actions/cache@v4","with":{"path":"~/.local/share/godot/**","key":"${{ runner.os }}-godot-${{ inputs.godot-version }}-export-templates"}},{"name":"Download and extract templates","shell":"bash","if":"steps.check-custom-build.outputs.exists != 'true' \u0026\u0026 steps.cache-export-templates.outputs.cache-hit != 'true'","run":"wget -q https://github.com/godotengine/godot-builds/releases/download/${{ inputs.godot-version }}-${{ inputs.godot-channel}}/Godot_v${{ inputs.godot-version }}-${{ inputs.godot-channel }}_export_templates.tpz\nunzip Godot_v${{ inputs.godot-version }}-${{ inputs.godot-channel }}_export_templates.tpz\nmkdir -p ~/.local/share/godot/export_templates/${{ inputs.godot-version }}.${{ inputs.godot-channel }}\nmv templates/* ~/.local/share/godot/export_templates/${{ inputs.godot-version }}.${{ inputs.godot-channel }}\nrm -f Godot_v${{ inputs.godot-version }}-${{ inputs.godot-channel }}_linux.x86_64.zip Godot_v${{ inputs.godot-version }}-${{ inputs.godot-channel }}_export_templates.tpz\n"},{"name":"Set Android SDK path in Godot Editor settings","shell":"bash","env":{"SETTINGS":"[gd_resource type=\"EditorSettings\" format=3]\n\n[resource]\nexport/android/android_sdk_path = \"/usr/local/lib/android/sdk\"\nexport/android/shutdown_adb_on_exit = true\nexport/android/force_system_user = false\nexport/android/debug_keystore = \"${{ github.action_path }}/debug.keystore\"\nexport/android/debug_keystore_user = \"androiddebugkey\"\nexport/android/debug_keystore_pass = \"android\"\n"},"run":"echo $SETTINGS \u003e\u003e ~/.config/godot/editor_settings-4.tres"},{"name":"Install Android build template","shell":"bash","if":"steps.check-custom-build.outputs.exists != 'true'","run":"mkdir -p ${{ inputs.working-directory }}/android/plugins\nmkdir -p ${{ inputs.working-directory }}/android/build\ntouch ${{ inputs.working-directory }}/android/build/.gdignore\necho ${{ inputs.godot-version }}.stable \u003e\u003e ${{ inputs.working-directory }}/android/.build_version\nunzip ~/.local/share/godot/export_templates/${{ inputs.godot-version }}.stable/android_source.zip  -d ${{ inputs.working-directory }}/android/build\n"},{"name":"Open project once to import assets in editor mode","shell":"bash","continue-on-error":true,"run":"timeout 25 godot --headless --path ${{ inputs.working-directory }} -e"},{"name":"Export","shell":"bash","run":"godot --headless --path ${{ inputs.working-directory }} --export-release Android"}]},"default_branch":"main","path":null},"repo_metadata":{"id":55487375,"uuid":"523105902","full_name":"dulvui/godot-android-export","owner":"dulvui","description":"Export Godot 3.x and 4.x games to Android with Github Actions","archived":true,"fork":false,"pushed_at":"2025-06-03T09:05:01.000Z","size":66,"stargazers_count":21,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T18:58:38.390Z","etag":null,"topics":["android","cicd","githubactions","godot","playstore"],"latest_commit_sha":null,"homepage":"","language":null,"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/dulvui.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,"zenodo":null},"funding":{"github":"dulvui","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"dulvui","issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"simondalvai.com/donate"}},"created_at":"2022-08-09T20:54:58.000Z","updated_at":"2025-06-09T05:04:39.000Z","dependencies_parsed_at":"2023-01-04T12:30:46.447Z","dependency_job_id":"7a6b67ef-38e6-4d54-8269-3874c476c180","html_url":"https://github.com/dulvui/godot-android-export","commit_stats":{"total_commits":121,"total_committers":6,"mean_commits":"20.166666666666668","dds":0.4380165289256198,"last_synced_commit":"306a55061b42bae807cbd787ce0b6684275048be"},"previous_names":["dulvui/godot-android-upload"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/dulvui/godot-android-export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dulvui","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/sbom","scorecard":{"id":359522,"data":{"date":"2025-08-11","repo":{"name":"github.com/dulvui/godot-android-export","commit":"8ad4bb76eb6b39c021cb02b8d228f00817087163"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Code-Review","score":0,"reason":"Found 0/27 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 3 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T10:26:40.671Z","repository_id":55487375,"created_at":"2025-08-18T10:26:40.672Z","updated_at":"2025-08-18T10:26:40.672Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004071,"owners_count":26083665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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"},"owner_record":{"login":"dulvui","name":"Simon Dalvai","uuid":"12729238","kind":"user","description":"Just archives here, come to Codeberg.","email":"","website":"https://codeberg.org/dulvui","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/12729238?u=bea12c57a747d2939e8391ce1af577fafc7cde4d\u0026v=4","repositories_count":42,"last_synced_at":"2025-09-30T18:46:13.574Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/dulvui","funding_links":[],"total_stars":186,"followers":46,"following":0,"created_at":"2023-03-05T14:35:11.696Z","updated_at":"2025-09-30T18:46:13.575Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dulvui","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dulvui/repositories"},"tags":[{"name":"v4.2.0","sha":"23e38b9ee0c91d47d3c60adb7a900d737f2f7443","kind":"commit","published_at":"2025-03-26T21:59:55.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v4.2.0","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v4.2.0","dependencies_parsed_at":"2025-03-28T04:46:32.306Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.2.0/manifests"},{"name":"v3.1.1","sha":"d55dedde7518b8048f33c2d8c21d7b73124b6679","kind":"commit","published_at":"2024-10-02T13:10:23.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v3.1.1","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v3.1.1","dependencies_parsed_at":"2024-10-04T04:57:42.065Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"11cc738fd4e45d5a2fba981114fc4b64bacda9c6","kind":"commit","published_at":"2024-09-09T19:19:13.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v3.1.0","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v3.1.0","dependencies_parsed_at":"2024-09-11T09:26:48.142Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v3.1.0/manifests"},{"name":"v4.1.0","sha":"306a55061b42bae807cbd787ce0b6684275048be","kind":"commit","published_at":"2024-08-12T11:17:17.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v4.1.0","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v4.1.0","dependencies_parsed_at":"2024-08-22T07:07:18.413Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.1.0/manifests"},{"name":"v4.0.5","sha":"d7d8a3e81f2b5015ba3f4ae0cc4ab2522280f50b","kind":"commit","published_at":"2024-04-24T05:45:48.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v4.0.5","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v4.0.5","dependencies_parsed_at":"2024-04-24T12:32:12.039Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v4.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.0.5/manifests"},{"name":"v4.0.4","sha":"fd1eaf9e0caa7bb407a6e1bd2c6db988d87ffb88","kind":"commit","published_at":"2024-04-12T23:00:12.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v4.0.4","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v4.0.4","dependencies_parsed_at":"2024-04-13T17:39:14.665Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"55a43265f29356cd3ac19f5f575509e87d475d92","kind":"commit","published_at":"2024-04-11T21:26:39.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v4.0.3","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v4.0.3","dependencies_parsed_at":"2024-04-13T17:39:16.279Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"f02cd7436f0774affb54ae362093c0387d6f3421","kind":"commit","published_at":"2024-04-02T18:56:23.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v4.0.2","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v4.0.2","dependencies_parsed_at":"2024-04-03T08:21:24.250Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"dc092ac9fe1a03c70e462f9efa2f1f4fe1a544af","kind":"commit","published_at":"2024-02-26T19:45:59.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v4.0.1","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v4.0.1","dependencies_parsed_at":"2024-02-27T08:21:03.680Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.0.1/manifests"},{"name":"v4","sha":"3cf028f32528365b4c8b7b5faaf9ee0bc3ba3f7d","kind":"commit","published_at":"2023-12-09T12:59:27.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v4","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v4","dependencies_parsed_at":"2023-12-10T08:36:31.551Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4/manifests"},{"name":"v4.0.0","sha":"42863e09774cef244c74c7f0c0d7fd0cf03d023a","kind":"commit","published_at":"2023-12-08T22:34:30.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v4.0.0","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v4.0.0","dependencies_parsed_at":"2023-12-09T08:20:09.642Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v4.0.0/manifests"},{"name":"v3","sha":"6f7d2529d3deb19694718e90b1fd6e3b5f69c0cf","kind":"commit","published_at":"2023-12-08T14:18:09.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v3","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v3","dependencies_parsed_at":"2023-12-10T08:36:29.912Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v3/manifests"},{"name":"v3.0.0","sha":"6f7d2529d3deb19694718e90b1fd6e3b5f69c0cf","kind":"commit","published_at":"2023-12-08T14:18:09.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v3.0.0","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v3.0.0","dependencies_parsed_at":"2023-12-09T08:20:07.181Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v3.0.0/manifests"},{"name":"v2.0.2","sha":"886481f1a7d0950355bff0a94a0371782bd6fb81","kind":"commit","published_at":"2023-09-25T17:53:51.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v2.0.2","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v2.0.2","dependencies_parsed_at":"2023-09-27T08:13:10.888Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"ad63cf65a65f17626bde837b61b47af33336b335","kind":"commit","published_at":"2023-08-23T18:04:29.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v2.0.1","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v2.0.1","dependencies_parsed_at":"2023-08-24T07:18:02.823Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"2f9f5c296119091b3d98c662019ff0c10a0fa974","kind":"commit","published_at":"2023-03-05T10:46:33.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v2.0.0","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v2.0.0","dependencies_parsed_at":"2023-06-01T00:18:38.146Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"9204ebca40aaf3630d78104bb60b2051beaa2f7c","kind":"commit","published_at":"2023-02-20T20:55:19.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v1.0.0","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-01T00:18:39.633Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v1.0.0/manifests"},{"name":"v1.0.2","sha":"2114979487642492869da6bd93cfc35c5f67b87a","kind":"commit","published_at":"2023-02-18T17:28:10.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v1.0.2","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v1.0.2","dependencies_parsed_at":"2023-06-01T00:18:36.789Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"e6022adf5165671baa2e50900d19c8d5afe290c3","kind":"commit","published_at":"2023-02-18T16:55:18.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v1.0.1","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-01T00:18:38.768Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v1.0.1/manifests"},{"name":"v1","sha":"5c7e21b235ced67a1af257c99f516fc5b3350760","kind":"commit","published_at":"2022-08-24T20:32:33.000Z","download_url":"https://codeload.github.com/dulvui/godot-android-export/tar.gz/v1","html_url":"https://github.com/dulvui/godot-android-export/releases/tag/v1","dependencies_parsed_at":"2023-05-31T11:25:50.284Z","dependency_job_id":null,"purl":"pkg:github/dulvui/godot-android-export@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/tags/v1/manifests"}]},"repo_metadata_updated_at":"2025-10-10T13:14:28.141Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.766281096498176,"dependent_packages_count":0.0,"stargazers_count":15.610838218982728,"forks_count":21.6891142449691,"docker_downloads_count":null,"average":15.5165583901125},"purl":"pkg:githubactions/dulvui/godot-android-export","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/dulvui/godot-android-export","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/dulvui/godot-android-export","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/dulvui/godot-android-export/dependencies","status":null,"funding_links":["https://github.com/sponsors/dulvui","https://liberapay.com/dulvui","simondalvai.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2025-06-14T02:07:13.858Z","issues_count":1,"pull_requests_count":3,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":28141486.333333332,"issues_closed_count":0,"pull_requests_closed_count":3,"pull_request_authors_count":1,"issue_authors_count":1,"avg_comments_per_issue":6.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":3,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":6.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulvui%2Fgodot-android-export/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dulvui%2Fgodot-android-export/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dulvui%2Fgodot-android-export/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dulvui%2Fgodot-android-export/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dulvui%2Fgodot-android-export/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dulvui%2Fgodot-android-export/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/dulvui%2Fgodot-android-export/codemeta","maintainers":[]}