Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: follow .deb naming conventions #969

Merged
merged 15 commits into from
Jan 12, 2023
Prev Previous commit
Next Next commit
Test simulating release version
  • Loading branch information
ClementTsang committed Jan 12, 2023
commit 80a64abafa70466f38d88888a558834dd3fa5ff6
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