Skip to content

Commit b9f8889

Browse files
Update action.yml
1 parent 6e25be2 commit b9f8889

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ runs:
1616
- name: Fix path on Linux
1717
run: |
1818
echo "/home/runner/.local/bin" >> $GITHUB_PATH
19-
conan --version
2019
shell: bash
2120
- name: Fill in output variable
2221
id: output_version
2322
shell: bash
24-
run: echo "::set-output name=version::$(conan --version)"
23+
run: |
24+
conan --version
25+
echo "::set-output name=version::$(conan --version)"
2526
branding:
2627
icon: "archive"
2728
color: "green"

0 commit comments

Comments
 (0)