@@ -574,7 +574,7 @@ jobs:
574
574
575
575
nightly-release :
576
576
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 ]
578
578
runs-on : ubuntu-22.04
579
579
steps :
580
580
- name : Download MacOS x64 Artifacts
@@ -601,25 +601,13 @@ jobs:
601
601
name : logseq-linux-arm64-builds
602
602
path : ./
603
603
604
- - name : Download The Windows Artifact x64 (Signed)
604
+ - name : Download The Windows Artifact x64
605
605
uses : actions/download-artifact@v4
606
606
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
620
608
path : ./
621
609
622
- - name : Download The Windows Artifact arm64 (Unsigned)
610
+ - name : Download The Windows Artifact arm64
623
611
uses : actions/download-artifact@v4
624
612
with :
625
613
name : logseq-win-arm64-builds
@@ -666,7 +654,7 @@ jobs:
666
654
release :
667
655
# NOTE: For now, we only have beta channel to be released on Github
668
656
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 ]
670
658
runs-on : ubuntu-22.04
671
659
steps :
672
660
- name : Download MacOS x64 Artifacts
0 commit comments