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
fix version passing
  • Loading branch information
ClementTsang committed Jan 12, 2023
commit a6a2643f8067378dcc5c9dcee5a4940cf51ef6d7
2 changes: 1 addition & 1 deletion .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
id: custom-version
run: |
VERSION=$(./target/${{ matrix.info.target }}/release/btm -V | awk '{print $2}')
echo "CUSTOM_VERSION_ARG='--deb-version $VERSION'" >> $GITHUB_OUTPUT
echo "CUSTOM_VERSION_ARG='--deb-version=$VERSION'" >> $GITHUB_OUTPUT

- name: Build Debian release (x86-64)
if: matrix.info.cross == false
Expand Down