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

Move cargo-afl binary from afl to cargo-afl crate

This commit is contained in:
David Tolnay 2023-11-24 11:57:03 -08:00
parent c2765ec64a
commit 6f9212bcfc
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -1,17 +1,16 @@
name: afl
name: cargo-afl
on:
push:
branches:
- afl
- cargo-afl
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: afl
bin: cargo-afl
crate: cargo-afl
permissions:
contents: write
secrets: inherit