Skip to content

Commit

Permalink
oopsie no version test
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Jan 12, 2023
1 parent 7acdfe4 commit fcc6243
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,13 +360,6 @@ jobs:
run: |
gzip ./manpage/btm.1
- name: Prepare custom version if needed
if: ${{ inputs.caller == 'nightly' }}
id: custom-version
run: |
VERSION=$(./target/${{ matrix.info.target }}/release/btm -V | awk '{print $2}')
echo "CUSTOM_VERSION_ARG='--deb-version=$VERSION'" >> $GITHUB_OUTPUT
- name: Build Debian release (x86-64)
if: matrix.info.cross == false
env:
Expand Down

0 comments on commit fcc6243

Please sign in to comment.