File tree Expand file tree Collapse file tree 1 file changed +29
-2
lines changed
Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments