diff --git a/.github/workflows/cid.yml b/.github/workflows/cid.yml index 0276a13..ea1a34b 100644 --- a/.github/workflows/cid.yml +++ b/.github/workflows/cid.yml @@ -134,7 +134,7 @@ jobs: with: use-cross: true command: rustc - args: --release --locked --target=${{ matrix.target }} -- -C target-feature=+crt-static + args: --release --locked --bin=ftzz --target=${{ matrix.target }} -- -C target-feature=+crt-static - name: Upload binary if: matrix.os != 'windows-latest' uses: svenstaro/upload-release-action@v2 diff --git a/Cargo.lock b/Cargo.lock index 9d60ca5..e2c141c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,7 +485,7 @@ dependencies = [ [[package]] name = "ftzz" -version = "1.1.0" +version = "1.1.2" dependencies = [ "bytesize", "clap 4.0.9", diff --git a/Cargo.toml b/Cargo.toml index 95b1d0d..92b6293 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ftzz" -version = "1.1.1" +version = "1.1.2" authors = ["Alex Saveau "] edition = "2021" description = "File Tree Fuzzer creates a pseudo-random directory hierarchy filled with some number of files."