mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
fix(ci): fix file name
This commit is contained in:
15
.github/workflows/build-desktop-release.yml
vendored
15
.github/workflows/build-desktop-release.yml
vendored
@@ -25,6 +25,13 @@ jobs:
|
||||
node-version: 14
|
||||
|
||||
|
||||
build-windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: List file
|
||||
run: Dir .
|
||||
|
||||
|
||||
build-macos:
|
||||
runs-on: macos-latest
|
||||
|
||||
@@ -51,12 +58,6 @@ jobs:
|
||||
name: Logseq-x64.dmg
|
||||
path: static/out/make/Logseq.dmg
|
||||
|
||||
build-windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: List file
|
||||
run: Dir .
|
||||
|
||||
release:
|
||||
needs: [ build-macos, build-linux, build-windows ]
|
||||
runs-on: ubuntu-latest
|
||||
@@ -66,7 +67,7 @@ jobs:
|
||||
uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: Logseq-x64.dmg
|
||||
path: .
|
||||
path: ./Logseq-x64.dmg
|
||||
|
||||
- name: List file
|
||||
run: ls -rl
|
||||
|
||||
Reference in New Issue
Block a user