3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 08:29:30 +01:00

Add sha1dir build

This commit is contained in:
David Tolnay 2021-10-09 01:09:44 +01:00
parent 8a4139a748
commit 1af4c1c741
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

14
.github/workflows/sha1dir.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: sha1dir
on:
push:
tags:
- sha1dir
jobs:
build:
uses: dtolnay/install/.github/workflows/build.yml@master
with:
crate: sha1dir
secrets:
private_key: ${{secrets.private_key}}