3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-23 00:39:30 +01:00
cargo-install/.github/workflows/cxxbridge-cmd.yml
2021-10-08 00:49:45 -04:00

15 lines
257 B
YAML

name: cxxbridge-cmd
on:
push:
tags:
- cxxbridge-cmd
jobs:
build:
uses: dtolnay/install/.github/workflows/build.yml@master
with:
crate: cxxbridge-cmd
bin: cxxbridge
secrets:
private_key: ${{secrets.private_key}}