From 893741f87db21fa2cbcb86cf35aba1b20a42b08d Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Tue, 30 Jan 2024 01:50:08 +0000 Subject: [PATCH] version is a param not a show version flag --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index a041e53..0659b44 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -32,4 +32,4 @@ jobs: - run: bun install - run: bun run build - uses: ./ - - run: cargo-binstall --version + - run: cargo-binstall --help