From 1af4c1c74180a2d2328fac730e047c6c46a7f4c4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 9 Oct 2021 01:09:44 +0100 Subject: [PATCH] Add sha1dir build --- .github/workflows/sha1dir.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/sha1dir.yml diff --git a/.github/workflows/sha1dir.yml b/.github/workflows/sha1dir.yml new file mode 100644 index 0000000..8d1af7c --- /dev/null +++ b/.github/workflows/sha1dir.yml @@ -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}}