Skip to content

Commit

Permalink
fix: ios version
Browse files Browse the repository at this point in the history
  • Loading branch information
xinshangshangxin committed Mar 27, 2024
1 parent f175fc6 commit a5e8e77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ jobs:
git apply ${{ github.workspace }}/siyuan-note/patches/siyuan/mock-vip-user.patch
cd ..
git clone --depth=1 https://github.com/siyuan-note/siyuan-ios.git
cd siyuan-ios
sed -i '' 's/MARKETING_VERSION =\(.*\)/MARKETING_VERSION = ${{ github.event.inputs.version }};/g' siyuan-ios.xcodeproj/project.pbxproj
sed -i '' 's/PRODUCT_BUNDLE_IDENTIFIER =\(.*\)/PRODUCT_BUNDLE_IDENTIFIER = com.ld246.siyuan.debug;/g' siyuan-ios.xcodeproj/project.pbxproj
git status
git diff
- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit a5e8e77

Please sign in to comment.