From 5bc09dcb2c60ebf20e8873d239dd920de21e86a9 Mon Sep 17 00:00:00 2001 From: defclass Date: Mon, 1 Feb 2021 15:47:27 +0800 Subject: [PATCH] fix(ci): fix file name --- .github/workflows/build-desktop-release.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-desktop-release.yml b/.github/workflows/build-desktop-release.yml index 095ca29eeea..e50aecaf8b9 100644 --- a/.github/workflows/build-desktop-release.yml +++ b/.github/workflows/build-desktop-release.yml @@ -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