Skip to content

Commit 4d146c5

Browse files
committed
fixup
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent cda74ee commit 4d146c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/doc-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
- name: Upload comment as artifact
257257
uses: actions/upload-artifact@v4
258258
with:
259-
path: ${{ env.artifacts_dir }}
259+
path: ${{ env.artifacts_dir }}/${{ env.markdown_artifact }}
260260
name: ${{ env.markdown_artifact }}
261261

262262
pr-comment-markdown-congrats:
@@ -321,7 +321,7 @@ jobs:
321321
- name: Upload comment as artifact
322322
uses: actions/upload-artifact@v4
323323
with:
324-
path: ${{ env.artifacts_dir }}
324+
path: ${{ env.artifacts_dir }}/${{ env.markdown_artifact }}
325325
name: ${{ env.markdown_artifact }}
326326

327327
- name: Notify
@@ -388,7 +388,7 @@ jobs:
388388
- name: Upload comment as artifact
389389
uses: actions/upload-artifact@v4
390390
with:
391-
path: ${{ env.artifacts_dir }}
391+
path: ${{ env.artifacts_dir }}/${{ env.spellcheck_artifact }}
392392
name: ${{ env.spellcheck_artifact }}
393393

394394
pr-comment-spelling-congrats:
@@ -454,7 +454,7 @@ jobs:
454454
# to write a comment in the PR.
455455
uses: actions/upload-artifact@v4
456456
with:
457-
path: ${{ env.artifacts_dir }}
457+
path: ${{ env.artifacts_dir }}/${{ env.spellcheck_artifact }}
458458
name: ${{ env.spellcheck_artifact }}
459459

460460
- name: Notify

0 commit comments

Comments
 (0)