Skip to content

Commit 2470bfd

Browse files
committed
ci:release more support
1 parent 298c6b8 commit 2470bfd

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

.github/workflows/release.yml

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,37 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Download ubuntubuild
19+
- name: Download ubuntubuild x86_64
2020
uses: dawidd6/action-download-artifact@v6
2121
with:
22-
workflow: ubuntubuild.yml
22+
workflow: UbuntuX86_64_build.yml
23+
workflow_conclusion: success
24+
check_artifacts: false
25+
skip_unpack: true
26+
if_no_artifact_found: fail
27+
path: ./XRelease/
28+
- name: Download ubuntubuild Arm64
29+
uses: dawidd6/action-download-artifact@v6
30+
with:
31+
workflow: UbuntuArm64_build.yml
32+
workflow_conclusion: success
33+
check_artifacts: false
34+
skip_unpack: true
35+
if_no_artifact_found: fail
36+
path: ./XRelease/
37+
- name: Download Rockylinux Arm64
38+
uses: dawidd6/action-download-artifact@v6
39+
with:
40+
workflow: RockyArm64_build.yml
41+
workflow_conclusion: success
42+
check_artifacts: false
43+
skip_unpack: true
44+
if_no_artifact_found: fail
45+
path: ./XRelease/
46+
- name: Download Rockylinux x86_64
47+
uses: dawidd6/action-download-artifact@v6
48+
with:
49+
workflow: RockyX86_64_build.yml
2350
workflow_conclusion: success
2451
check_artifacts: false
2552
skip_unpack: true

0 commit comments

Comments
 (0)