Skip to content

Commit 59d631b

Browse files
committed
fix: desktop-release ci
1 parent bee8fd9 commit 59d631b

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

.github/workflows/build-desktop-release.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ jobs:
574574

575575
nightly-release:
576576
if: ${{ github.event_name == 'schedule' || github.event.inputs.build-target == 'nightly' }}
577-
needs: [ build-macos-x64, build-macos-arm64, build-linux-x64, build-linux-arm64]
577+
needs: [ build-macos-x64, build-macos-arm64, build-linux-x64, build-linux-arm64, build-windows-x64, build-windows-arm64 ]
578578
runs-on: ubuntu-22.04
579579
steps:
580580
- name: Download MacOS x64 Artifacts
@@ -601,25 +601,13 @@ jobs:
601601
name: logseq-linux-arm64-builds
602602
path: ./
603603

604-
- name: Download The Windows Artifact x64 (Signed)
604+
- name: Download The Windows Artifact x64
605605
uses: actions/download-artifact@v4
606606
with:
607-
name: logseq-win-x64-signed-builds
608-
path: ./
609-
610-
- name: Download The Windows Artifact x64 (Unsigned)
611-
uses: actions/download-artifact@v4
612-
with:
613-
name: logseq-win-x64-builds
614-
path: ./
615-
616-
- name: Download The Windows Artifact arm64 (Signed)
617-
uses: actions/download-artifact@v4
618-
with:
619-
name: logseq-win-arm64-signed-builds
607+
name: logseq-win64-builds
620608
path: ./
621609

622-
- name: Download The Windows Artifact arm64 (Unsigned)
610+
- name: Download The Windows Artifact arm64
623611
uses: actions/download-artifact@v4
624612
with:
625613
name: logseq-win-arm64-builds
@@ -666,7 +654,7 @@ jobs:
666654
release:
667655
# NOTE: For now, we only have beta channel to be released on Github
668656
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.build-target == 'beta' }}
669-
needs: [ build-macos-x64, build-macos-arm64, build-linux-x64, build-linux-arm64]
657+
needs: [ build-macos-x64, build-macos-arm64, build-linux-x64, build-linux-arm64, build-windows-x64, build-windows-arm64]
670658
runs-on: ubuntu-22.04
671659
steps:
672660
- name: Download MacOS x64 Artifacts

0 commit comments

Comments
 (0)