{"id":27201138,"url":"https://github.com/gregl83/cargo-release-workflow","last_synced_at":"2026-04-30T13:34:43.634Z","repository":{"id":175960186,"uuid":"654318318","full_name":"gregl83/cargo-release-workflow","owner":"gregl83","description":"GitHub Cargo Release Workflow. Build Rust Binaries with Cargo and attach to Release.","archived":false,"fork":false,"pushed_at":"2023-06-24T23:52:13.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-03T12:32:39.566Z","etag":null,"topics":["actions","cargo","github-releases","release","targets","workflow"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/gregl83.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":"2023-06-15T21:39:39.000Z","updated_at":"2023-06-25T22:59:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ac03c74-e1dd-4784-961b-789fd1d9b737","html_url":"https://github.com/gregl83/cargo-release-workflow","commit_stats":null,"previous_names":["gregl83/cargo-release-workflow"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/gregl83/cargo-release-workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fcargo-release-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fcargo-release-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fcargo-release-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fcargo-release-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregl83","download_url":"https://codeload.github.com/gregl83/cargo-release-workflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fcargo-release-workflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32466333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["actions","cargo","github-releases","release","targets","workflow"],"created_at":"2025-04-09T21:55:14.528Z","updated_at":"2026-04-30T13:34:43.630Z","avatar_url":"https://github.com/gregl83.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build](https://img.shields.io/github/actions/workflow/status/gregl83/cargo-release-workflow/release.yml)\n![Release](https://img.shields.io/github/v/release/gregl83/cargo-release-workflow)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/gregl83/cargo-release-workflow/blob/master/LICENSE)\n# cargo-release-workflow\n\nCargo Release Workflow.\n\nBuild Rust binaries with Cargo and publish them using GitHub Releases.\n\n## Purpose\n\nDemonstrate a GitHub Build and Release workflow for Cargo projects.\n\n## Overview\n\nUses basic `cargo init` for example project.\n\nSee [release.yml](.github/workflows/release.yml) for workflow requirements.\n\n## Workflow Steps\n\nTriggered by a `git push` of a new tag using Semver 2.0 (e.g., `v1.0.0`).\n\n### 1. Test\n\nRuns `cargo test` in parallel with `Build` step.\n\n*If a test fails, this step will prevent a release.*\n\n### 2. Build\nWorkflow \nRuns `cargo build --release` in parallel with `Test` step.\n\nBuilds binary artifacts for Linux, MacOS, and Windows targets.\n\n*If a build fails, this step will prevent a release.*\n\n### 3. Release\n\nCreates release using version tag and binary artifacts from `Build` step.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregl83%2Fcargo-release-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregl83%2Fcargo-release-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregl83%2Fcargo-release-workflow/lists"}