mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-06-30 22:18:34 +08:00
build: adjust to comply with apple's review policy
This commit is contained in:
@@ -44,11 +44,11 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
||||
- uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: 14.2
|
||||
- run: sed -i '' "s/0.0.0/${{ env.VERSION }}/g" safari/project.pre.patch
|
||||
- run: sed -i '' "s/0.0.0/${{ env.VERSION }}/g" safari/project.patch
|
||||
- run: npm run build:safari
|
||||
|
||||
|
||||
Reference in New Issue
Block a user