From 753cf00f9f649e3d9a5cd02588a69c3e01a3cc7a Mon Sep 17 00:00:00 2001 From: William Villeneuve Date: Sun, 24 Sep 2023 14:01:20 -0400 Subject: [PATCH] fixed workflow version check command --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7650f55..2dca4a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: run: cargo build --release if: runner.os != 'Linux' - name: Print version - run: ${{ matrix.build.path }} version + run: ${{ matrix.build.path }} --version - name: Upload binary uses: actions/upload-artifact@v3 with: