Skip to content

Commit

Permalink
fixed workflow version check command
Browse files Browse the repository at this point in the history
  • Loading branch information
ciiqr committed Sep 24, 2023
1 parent b8039c5 commit 753cf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 753cf00

Please sign in to comment.