mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[Beta-Updates]: use BUILD_REVISION added as field in Info.plist instead of CURRENT_PROJECT_VERSION for commit ID marker
This commit is contained in:
4
.github/workflows/rebase.yml
vendored
4
.github/workflows/rebase.yml
vendored
@@ -117,8 +117,8 @@ jobs:
|
||||
ls -la ~/Library/Developer/Xcode/DerivedData || true # List contents if directory exists
|
||||
echo ""
|
||||
|
||||
- name: Set current build as BETA
|
||||
run: echo "IS_BETA=1" >> $GITHUB_ENV
|
||||
- name: Set current build as ALPHA
|
||||
run: echo "IS_ALPHA=1" >> $GITHUB_ENV
|
||||
|
||||
- name: Build SideStore
|
||||
run: make build | xcpretty && exit ${PIPESTATUS[0]}
|
||||
|
||||
Reference in New Issue
Block a user