Skip to content

Commit 839cb9c

Browse files
authored
fix(workflows/deploy): give consistent name to cv.pdf artifact (#45)
1 parent 6c27914 commit 839cb9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
- name: Upload CV Artifact
102102
uses: actions/upload-artifact@v4
103103
with:
104+
name: cv
104105
path: ./cv.pdf
105106

106107
deploy-cv:
@@ -114,6 +115,7 @@ jobs:
114115
- name: Download CV Artifact
115116
uses: actions/download-artifact@v4
116117
with:
118+
name: cv
117119
path: ./cv.pdf
118120

119121
- name: Upload PDF as Release Asset

0 commit comments

Comments
 (0)