mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 03:33:36 +01:00
Add PR suffix to version in PR workflow
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
@@ -74,6 +74,9 @@ jobs:
|
|||||||
# - name: Build minimuxer
|
# - name: Build minimuxer
|
||||||
# run: cd Dependencies/minimuxer && cargo build --release --target aarch64-apple-ios
|
# run: cd Dependencies/minimuxer && cargo build --release --target aarch64-apple-ios
|
||||||
|
|
||||||
|
- name: Add PR suffix to version
|
||||||
|
run: sed -e '/MARKETING_VERSION = .*/s/$/-pr.${{ github.event.pull_request.number }}/' -i '' Build.xcconfig
|
||||||
|
|
||||||
- name: Setup Xcode
|
- name: Setup Xcode
|
||||||
uses: maxim-lobanov/setup-xcode@v1.4.1
|
uses: maxim-lobanov/setup-xcode@v1.4.1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user