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:
2525 skip_unpack : true
2626 if_no_artifact_found : fail
2727 path : ./XRelease/
28- - name : Download RockyLinux x86_64 build
28+ - name : Download debian build
2929 uses : dawidd6/action-download-artifact@v6
3030 with :
31- workflow : RockyX86_64_build .yml
31+ workflow : debian_build .yml
3232 workflow_conclusion : success
3333 check_artifacts : false
3434 skip_unpack : true
3535 if_no_artifact_found : fail
3636 path : ./XRelease/
37- - name : Download RockyLinux Arm64 build
37+ - name : Download RockyLinux build
3838 uses : dawidd6/action-download-artifact@v6
3939 with :
40- workflow : RockyArm64_build .yml
40+ workflow : Rocky_build .yml
4141 workflow_conclusion : success
4242 check_artifacts : false
4343 skip_unpack : true
You can’t perform that action at this time.
0 commit comments