Skip to content

Commit 6ca8a96

Browse files
author
Hidetomo Katsura
committed
update the build number offset
1 parent b6c0205 commit 6ca8a96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Stamp version into Info.plist
3232
run: |
3333
PLIST="AmorphousMemoryMark/AmorphousMemoryMark/Info.plist"
34-
BUNDLE_VERSION=`expr $GITHUB_RUN_NUMBER + 27`
34+
BUNDLE_VERSION=`expr $GITHUB_RUN_NUMBER + 43`
3535
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $VERSION" "$PLIST"
3636
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $BUNDLE_VERSION" "$PLIST"
3737

0 commit comments

Comments
 (0)