mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-04 20:58:01 +08:00
ci: set time zone
This commit is contained in:
parent
e56cca709b
commit
8d04bc6bac
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -19,6 +19,10 @@ jobs:
|
|||||||
- name: Check out git repository
|
- name: Check out git repository
|
||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v3.0.0
|
||||||
|
|
||||||
|
# 设置服务器时区为东八区
|
||||||
|
- name: Set time zone
|
||||||
|
run: sudo timedatectl set-timezone 'Asia/Shanghai'
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v3.0.0
|
uses: actions/setup-node@v3.0.0
|
||||||
with:
|
with:
|
||||||
@ -80,8 +84,8 @@ jobs:
|
|||||||
# apply provisioning profile
|
# apply provisioning profile
|
||||||
# mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
|
# mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
|
||||||
# cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
|
# cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
|
||||||
yarn release
|
|
||||||
yarn release:m1
|
yarn release:m1
|
||||||
|
yarn release
|
||||||
|
|
||||||
# clean up keychain and provisioning profile
|
# clean up keychain and provisioning profile
|
||||||
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
|
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
|
||||||
|
Loading…
Reference in New Issue
Block a user