Skip to content

Commit ee49bc4

Browse files
committed
Update executable name in container-image workflow
1 parent 87f6365 commit ee49bc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: Download artifacts
1818
uses: actions/download-artifact@v5
1919
with:
20-
name: hpc-codecov-Linux-static
20+
name: hpc-codecov-Linux-X64-static
2121
path: ./
2222

2323
- name: Change mode
24-
run: chmod +x hpc-codecov-Linux-static
24+
run: chmod +x hpc-codecov-Linux-X64-static
2525

2626
- name: Show contents of current directory
2727
run: ls -lh

0 commit comments

Comments
 (0)