Skip to content

Commit

Permalink
fix(ci): fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
defclass committed Feb 1, 2021
1 parent 2336b46 commit 5bc09dc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-desktop-release.yml
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5bc09dc

Please sign in to comment.