mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
ci: test
This commit is contained in:
3
.github/workflows/build-desktop-release.yml
vendored
3
.github/workflows/build-desktop-release.yml
vendored
@@ -268,7 +268,7 @@ jobs:
|
||||
- name: Install Node.js, NPM and Yarn
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.11.1
|
||||
node-version: 16
|
||||
|
||||
- name: Signing By Apple Developer ID
|
||||
uses: apple-actions/import-codesign-certs@v1
|
||||
@@ -289,7 +289,6 @@ jobs:
|
||||
env:
|
||||
APPLE_ID: ${{ secrets.APPLE_ID_EMAIL }}
|
||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||
DEBUG: electron-rebuild
|
||||
|
||||
- name: Change DMG Name
|
||||
run: mv static/out/make/*.dmg static/out/make/logseq-darwin-arm64-${{ github.event.inputs.tag-version }}.dmg
|
||||
|
||||
Reference in New Issue
Block a user