From 29ed2afb3d5a6f39c322dfce338e74deef33ced9 Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Sun, 19 Jan 2025 18:07:30 +0530 Subject: [PATCH] [CI]: Fix: commit ID was not passed down for BUILD_REVISION properly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 328e34e7..b6e14108 100755 --- a/Makefile +++ b/Makefile @@ -214,7 +214,7 @@ build: print_release_type CODE_SIGNING_ALLOWED=NO \ DEVELOPMENT_TEAM=XYZ0123456 \ ORG_IDENTIFIER=com.SideStore \ - BUILD_REVISION=$(ALPHA_COMMIT_ID) \ + BUILD_REVISION=$(COMMIT_ID) \ BUNDLE_ID_SUFFIX= # DWARF_DSYM_FOLDER_PATH="."