mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
fix(ci): fix typo
This commit is contained in:
4
.github/workflows/build-desktop-release.yml
vendored
4
.github/workflows/build-desktop-release.yml
vendored
@@ -78,13 +78,13 @@ jobs:
|
||||
run: yarn install && yarn release-electron
|
||||
|
||||
- name: Change Artifact Name
|
||||
run: mv static/out/make/Logseq.dmg static/out/make/Logseq-x86.dmg
|
||||
run: mv static/out/make/Logseq.dmg static/out/make/Logseq-x64.dmg
|
||||
|
||||
- name: Cache Artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: Logseq-x64.dmg
|
||||
path: static/out/make/Logseq-x86.dmg
|
||||
path: static/out/make/Logseq-x64.dmg
|
||||
|
||||
release:
|
||||
needs: [ build-macos, build-linux, build-windows ]
|
||||
|
||||
Reference in New Issue
Block a user