1 parent 87f6365 commit ee49bc4Copy full SHA for ee49bc4
1 file changed
.github/workflows/container-image.yml
@@ -17,11 +17,11 @@ jobs:
17
- name: Download artifacts
18
uses: actions/download-artifact@v5
19
with:
20
- name: hpc-codecov-Linux-static
+ name: hpc-codecov-Linux-X64-static
21
path: ./
22
23
- name: Change mode
24
- run: chmod +x hpc-codecov-Linux-static
+ run: chmod +x hpc-codecov-Linux-X64-static
25
26
- name: Show contents of current directory
27
run: ls -lh
0 commit comments