Skip to content

Commit c4a7966

Browse files
committed
fixup! fixup! release: build unsigned Ubuntu .deb package
1 parent 40801ae commit c4a7966

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,10 @@ jobs:
602602
}
603603
604604
VERSION="${{ needs.prereqs.outputs.tag_version }}"
605+
606+
# Convert -rc to .rc to match GIT-VERSION-FILE behavior
607+
BUILD_VERSION=$(echo "${VERSION}" | sed 's/-rc/.rc/g')
608+
echo "$BUILD_VERSION" >git/version
605609
make -C git GIT-VERSION-FILE
606610
607611
ARCH="$(dpkg-architecture -q DEB_HOST_ARCH)"

0 commit comments

Comments
 (0)