Skip to content

Commit

Permalink
fix if check
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Jan 12, 2023
1 parent 5af3dc3 commit cbec896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ jobs:
gzip ./manpage/btm.1
- name: Prepare custom version if needed
if: github.event.inputs.caller == nightly
id: custom-version
if: ${{ inputs.caller == "nightly" }}
run: |
VERSION=$(./target/${{ matrix.info.target }}/btm -V | awk '{print $2}')
echo "CUSTOM_VERSION_ARG='--deb-version $VERSION'" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit cbec896

Please sign in to comment.