Skip to content

Commit 0e6f69a

Browse files
committed
fixup! release: build unsigned Ubuntu .deb package
1 parent 730a8e5 commit 0e6f69a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -600,10 +600,8 @@ jobs:
600600
exit 1
601601
}
602602
603-
echo "${{ needs.prereqs.outputs.tag_version }}" >>git/version
604-
make -C git GIT-VERSION-FILE
605-
606603
VERSION="${{ needs.prereqs.outputs.tag_version }}"
604+
make -C git GIT-VERSION-FILE
607605
608606
ARCH="$(dpkg-architecture -q DEB_HOST_ARCH)"
609607
if test -z "$ARCH"; then

0 commit comments

Comments
 (0)