Skip to content

Commit 6f739a1

Browse files
committed
ci:release update
1 parent d92fc2a commit 6f739a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)