mirror of
https://github.com/dtolnay/install.git
synced 2024-11-26 09:59:33 +01:00
Add cargo-rm build
This commit is contained in:
parent
e384d6f905
commit
ddd85f9eab
1 changed files with 14 additions and 0 deletions
14
.github/workflows/cargo-rm.yml
vendored
Normal file
14
.github/workflows/cargo-rm.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
name: cargo-rm
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- cargo-rm
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||||
|
with:
|
||||||
|
crate: cargo-rm
|
||||||
|
secrets:
|
||||||
|
private_key: ${{secrets.private_key}}
|
Loading…
Reference in a new issue