{"id":15662898,"url":"https://github.com/roang-zero1/github-upload-release-artifacts-action","last_synced_at":"2025-05-05T23:26:01.661Z","repository":{"id":65155279,"uuid":"191859357","full_name":"Roang-zero1/github-upload-release-artifacts-action","owner":"Roang-zero1","description":"Upload artifacts to a GitHub release","archived":false,"fork":false,"pushed_at":"2022-10-29T20:10:26.000Z","size":20,"stargazers_count":18,"open_issues_count":3,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T00:03:53.065Z","etag":null,"topics":["action","artifact-management","ci","continuous-integration","release-automation"],"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/Roang-zero1.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-14T01:56:32.000Z","updated_at":"2024-07-29T09:56:38.000Z","dependencies_parsed_at":"2023-01-04T12:32:30.515Z","dependency_job_id":null,"html_url":"https://github.com/Roang-zero1/github-upload-release-artifacts-action","commit_stats":{"total_commits":38,"total_committers":3,"mean_commits":"12.666666666666666","dds":"0.052631578947368474","last_synced_commit":"c15e0b65ce2ae1c8d52bfbc75d017d21e1da77d7"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roang-zero1%2Fgithub-upload-release-artifacts-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roang-zero1%2Fgithub-upload-release-artifacts-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roang-zero1%2Fgithub-upload-release-artifacts-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roang-zero1%2Fgithub-upload-release-artifacts-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Roang-zero1","download_url":"https://codeload.github.com/Roang-zero1/github-upload-release-artifacts-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252591853,"owners_count":21773168,"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":["action","artifact-management","ci","continuous-integration","release-automation"],"created_at":"2024-10-03T13:34:52.041Z","updated_at":"2025-05-05T23:26:01.636Z","avatar_url":"https://github.com/Roang-zero1.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action for Uploading Release Artifacts\n\nThis action will upload all paths passed as arguments as artifacts to an existing release.\nThis action should be triggered with a tag after a release for this tag has been created.\n\nArguments can either be file or directory paths, for directories all contained files will be uploaded.\n\n## Usage\n\nA sample workflow would be:\n\n```yaml\non: push\nname: Build \u0026 Release\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@master\n    - name: build\n      run: |\n        ./build.sh\n  release:\n    runs-on: ubuntu-latest\n    needs: [build]\n    steps:\n    - uses: actions/checkout@master\n    - name: Create release\n      uses: Roang-zero1/github-create-release-action@v2\n      env:\n        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n    - name: Upload release artifacts\n      uses: Roang-zero1/github-upload-release-artifacts-action@v2\n      with:\n        args: \"dist/bin/ dist/shell/compiled.sh\"\n      env:\n        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Secrets\n\n* `GITHUB_TOKEN` Provided by the GitHub action\n\n## Acknowledgments\n\nIdea based on [fnkr/github-action-ghr](https://github.com/fnkr/github-action-ghr)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froang-zero1%2Fgithub-upload-release-artifacts-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froang-zero1%2Fgithub-upload-release-artifacts-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froang-zero1%2Fgithub-upload-release-artifacts-action/lists"}