mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
Move cargo-afl binary from afl to cargo-afl crate
This commit is contained in:
parent
c2765ec64a
commit
6f9212bcfc
1 changed files with 3 additions and 4 deletions
|
@ -1,17 +1,16 @@
|
||||||
name: afl
|
name: cargo-afl
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- afl
|
- cargo-afl
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
crate: afl
|
crate: cargo-afl
|
||||||
bin: cargo-afl
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
secrets: inherit
|
secrets: inherit
|
Loading…
Reference in a new issue