Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 510adc3

Browse files
author
Tuxx
committed
Use the right flag for version in github actions
1 parent 2a79584 commit 510adc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Print version info
3636
if: steps.build_step.outputs.build_success == 'true'
3737
run: |
38-
./bin/fancylock-linux-amd64 --version || echo "Version info not available"
38+
./bin/fancylock-linux-amd64 -v || echo "Version info not available"
3939
4040
- name: Check if build succeeded
4141
if: steps.build_step.outputs.build_success != 'true'

0 commit comments

Comments
 (0)