Skip to content

Commit 9994165

Browse files
committed
fixup! release: add Mac OSX installer build
1 parent 0ddfe7f commit 9994165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/macos-installer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GIT_PREFIX := $(PREFIX)/git
2121
# Replace -rc with .rc in the version string
2222
# This is to ensure compatibility with the format as generated by GIT-VERSION-GEN
2323
ORIGINAL_VERSION := $(VERSION)
24-
VERSION := $(shell echo $(ORIGINAL_VERSION) | sed 's/-rc/.rc/g')
24+
VERSION := $(subst -rc,.rc,$(VERSION))
2525

2626
BUILD_DIR := $(GITHUB_WORKSPACE)/payload
2727
DESTDIR := $(PWD)/stage/git-$(ARCH_UNIV)-$(VERSION)

0 commit comments

Comments
 (0)