{"id":15640250,"url":"https://github.com/wzieba/appcenter-github-action","last_synced_at":"2025-07-26T20:11:50.369Z","repository":{"id":39972721,"uuid":"210134774","full_name":"wzieba/AppCenter-Github-Action","owner":"wzieba","description":"This action uploads artifacts (.apk or .ipa) to Visual Studio App Center.","archived":false,"fork":false,"pushed_at":"2023-11-27T05:57:34.000Z","size":31,"stargazers_count":77,"open_issues_count":8,"forks_count":72,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-09T20:05:50.762Z","etag":null,"topics":["apk","appcenter","distribution","ipa"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/wzieba.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}},"created_at":"2019-09-22T11:20:20.000Z","updated_at":"2025-01-04T22:12:46.000Z","dependencies_parsed_at":"2024-06-18T14:06:40.474Z","dependency_job_id":null,"html_url":"https://github.com/wzieba/AppCenter-Github-Action","commit_stats":{"total_commits":23,"total_committers":11,"mean_commits":2.090909090909091,"dds":0.6086956521739131,"last_synced_commit":"650c903ea6a81c71e011b0a303ae555f2dbf76a0"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzieba%2FAppCenter-Github-Action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzieba%2FAppCenter-Github-Action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzieba%2FAppCenter-Github-Action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzieba%2FAppCenter-Github-Action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wzieba","download_url":"https://codeload.github.com/wzieba/AppCenter-Github-Action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103872,"owners_count":21048245,"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","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":["apk","appcenter","distribution","ipa"],"created_at":"2024-10-03T11:32:54.077Z","updated_at":"2025-04-09T20:05:54.772Z","avatar_url":"https://github.com/wzieba.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# App Center Github Action\n\n![Sample workflow for App Center action](https://github.com/wzieba/AppCenter-Github-Action/workflows/Sample%20workflow%20for%20App%20Center%20action/badge.svg?branch=master)\n\u003ca href=\"https://github.com/wzieba/AppCenter-Github-Action/releases\"\u003e![](https://img.shields.io/github/v/release/wzieba/AppCenter-Github-Action)\u003c/a\u003e\n\nThis action uploads artifacts (.apk or .ipa) to Visual Studio App Center.\n\n## Inputs\n\n### `appName`\n\n**Required** username followed by App name e.g. `wzieba/Sample-App`\n\n### `token`\n\n**Required** Upload token - you can get one from appcenter.ms/settings\n\n### `group`\n\n**Required** Distribution group (or multiple groups split by **;** delimiter)\n\n### `file`\n\n**Required** Artifact to upload (.apk or .ipa)\n\n### `buildVersion`\nBuild version parameter required for .zip, .msi, .pkg and .dmg files\n\n### buildNumber\nBuild number parameter required for macOS .pkg and .dmg files\n\n### `releaseNotes`\n\nRelease notes visible on release page\n\n### `gitReleaseNotes`\n\nGenerate release notes based on the latest git commit\n\n### `notifyTesters`\n\nIf set to true, an email notification is sent to the distribution group\n\n### `debug`\n\nIf set to true, shows useful debug information from the action execution.\n\n## Requirements\n\nThis action is Docker-based. It means **it can only execute on runners with a Linux operating system**.\nSee Github Actions [documentation](https://docs.github.com/en/actions/creating-actions/about-actions#docker-container-actions) for details.\n\n## Sample usage\n\n```\nname: Build, code quality, tests\n\non: [push]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v1\n    - name: set up JDK 1.8\n      uses: actions/setup-java@v1\n      with:\n        java-version: 1.8\n    - name: build release\n      run: ./gradlew assembleRelease\n    - name: upload artefact to App Center\n      uses: wzieba/AppCenter-Github-Action@v1\n      with:\n        appName: wzieba/Sample-App\n        token: ${{secrets.APP_CENTER_TOKEN}}\n        group: Testers\n        file: app/build/outputs/apk/release/app-release-unsigned.apk\n        notifyTesters: true\n        debug: false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzieba%2Fappcenter-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwzieba%2Fappcenter-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzieba%2Fappcenter-github-action/lists"}