Skip to content

Commit 54fddae

Browse files
committed
docs: clarify artifact name
1 parent e27a009 commit 54fddae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Build Website
4949
run: |
5050
mkdir -p dist && echo "<html>Hello</html>" > dist/index.html
51-
# Artifact has to be uploaded, using `artifact_name` as name
51+
# Artifact has to be uploaded. `name` has to be the action's input `artifact_name`
5252
- uses: actions/upload-artifact@v4
5353
with:
5454
name: website

0 commit comments

Comments
 (0)