Skip to content

Commit

Permalink
Change DEB version format.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Feb 7, 2024
1 parent 4b0e235 commit 433390b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-deb-packages-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
hash=$(echo $GITHUB_SHA | cut -c1-10)
# deb package version
dch_version=\${version}-${GITHUB_RUN_ID}~\${hash}~\${lsb}
dch_version=\${version}-${GITHUB_RUN_ID}-\${hash}~\${lsb}
echo "dch_version: \${dch_version}"
dch -b -M -v "\${dch_version}" --force-distribution -D "\${lsb}" "Nightly build, \${hash}"
Expand Down

0 comments on commit 433390b

Please sign in to comment.