An open API service indexing awesome lists of open source software.

https://github.com/thevickypedia/rust-releaser

Internal GHA to build, test and upload artifact for a rust release
https://github.com/thevickypedia/rust-releaser

Last synced: 3 months ago
JSON representation

Internal GHA to build, test and upload artifact for a rust release

Awesome Lists containing this project

README

        

# rust-releaser
Internal GHA to build, test and upload artifact for a rust release

### Sample Usage

```yaml
name: Rust Releaser

on:
push:
branches: "*"

jobs:
build:
uses: thevickypedia/rust-releaser/.github/workflows/entrypoint.yml@main
secrets: inherit
```