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
- Host: GitHub
- URL: https://github.com/thevickypedia/rust-releaser
- Owner: thevickypedia
- License: mit
- Created: 2025-02-12T00:49:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T03:01:28.000Z (4 months ago)
- Last Synced: 2025-02-19T12:12:27.011Z (3 months ago)
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 Releaseron:
push:
branches: "*"jobs:
build:
uses: thevickypedia/rust-releaser/.github/workflows/entrypoint.yml@main
secrets: inherit
```