mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
Merge branch 'master' into feat/cmdk
This commit is contained in:
10
.github/workflows/build-desktop-release.yml
vendored
10
.github/workflows/build-desktop-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user