Skip to content

Commit d0c3d5a

Browse files
committed
Fix CICD artifact name
Signed-off-by: Mariana González Velarde <[email protected]>
1 parent 2a4d93a commit d0c3d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Download phoebus build directory
4949
uses: actions/download-artifact@v4
5050
with:
51-
name: phoebus-build-dir
51+
name: phoebus-fnal
5252
path: .
5353

5454
- name: Log in to Docker Registry

0 commit comments

Comments
 (0)