mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 03:03:31 +01:00
[CI]: Fix: commit ID was not passed down for BUILD_REVISION properly
This commit is contained in:
2
Makefile
2
Makefile
@@ -214,7 +214,7 @@ build: print_release_type
|
|||||||
CODE_SIGNING_ALLOWED=NO \
|
CODE_SIGNING_ALLOWED=NO \
|
||||||
DEVELOPMENT_TEAM=XYZ0123456 \
|
DEVELOPMENT_TEAM=XYZ0123456 \
|
||||||
ORG_IDENTIFIER=com.SideStore \
|
ORG_IDENTIFIER=com.SideStore \
|
||||||
BUILD_REVISION=$(ALPHA_COMMIT_ID) \
|
BUILD_REVISION=$(COMMIT_ID) \
|
||||||
BUNDLE_ID_SUFFIX=
|
BUNDLE_ID_SUFFIX=
|
||||||
# DWARF_DSYM_FOLDER_PATH="."
|
# DWARF_DSYM_FOLDER_PATH="."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user