diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8a944e8..76f47be 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -9,7 +9,7 @@ on: # On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release. env: CARGO_TERM_COLOR: always - BINARIES_LIST: 'ncbi build_db classify inspect squid' + BINARIES_LIST: 'ncbi inspect squid' PROJECT_PREFIX: 'kraken-rust-' jobs: