File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ jobs:
25
25
skip_unpack : true
26
26
if_no_artifact_found : fail
27
27
path : ./XRelease/
28
- - name : Download RockyLinux x86_64 build
28
+ - name : Download debian build
29
29
uses : dawidd6/action-download-artifact@v6
30
30
with :
31
- workflow : RockyX86_64_build .yml
31
+ workflow : debian_build .yml
32
32
workflow_conclusion : success
33
33
check_artifacts : false
34
34
skip_unpack : true
35
35
if_no_artifact_found : fail
36
36
path : ./XRelease/
37
- - name : Download RockyLinux Arm64 build
37
+ - name : Download RockyLinux build
38
38
uses : dawidd6/action-download-artifact@v6
39
39
with :
40
- workflow : RockyArm64_build .yml
40
+ workflow : Rocky_build .yml
41
41
workflow_conclusion : success
42
42
check_artifacts : false
43
43
skip_unpack : true
You can’t perform that action at this time.
0 commit comments