Merge branch 'master' into feat/cmdk

This commit is contained in:
Tienson Qin
2023-11-12 16:57:00 +08:00
6 changed files with 672 additions and 602 deletions

View File

@@ -354,6 +354,11 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
@@ -434,6 +439,11 @@ jobs:
restore-keys: |
${{ runner.os }}-arm64-yarn-
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Signing By Apple Developer ID
if: ${{ github.repository == 'logseq/logseq' }}
uses: apple-actions/import-codesign-certs@v1