Skip to content

Commit

Permalink
print the version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Jan 2, 2023
1 parent 3ac84f7 commit ae685d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ body:
label: What version of `bottom` are you running?
description: >
Please provide which version of `bottom` you're running, which you can find with `btm -V`. If you are using
a nightly/non-release version, please specify that. Nightly builds should include their build hash.
a nightly/non-release version, please also specify that.
placeholder: 0.7.0

- type: input
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
shell: bash
run: |
cp target/${{ matrix.info.target }}/release/btm.exe btm.exe
./btm.exe -V
7z a bottom_${{ matrix.info.target }}.zip "btm.exe"
7z a bottom_${{ matrix.info.target }}.zip "completion"
echo "ASSET=bottom_${{ matrix.info.target }}.zip" >> $GITHUB_ENV
Expand All @@ -179,6 +180,7 @@ jobs:
shell: bash
run: |
cp target/${{ matrix.info.target }}/release/btm ./btm
./btm -V
tar -czvf bottom_${{ matrix.info.target }}${{ matrix.info.suffix }}.tar.gz btm completion
echo "ASSET=bottom_${{ matrix.info.target }}${{ matrix.info.suffix }}.tar.gz" >> $GITHUB_ENV
Expand Down

0 comments on commit ae685d0

Please sign in to comment.