We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27a009 commit 54fddaeCopy full SHA for 54fddae
README.md
@@ -48,7 +48,7 @@ jobs:
48
- name: Build Website
49
run: |
50
mkdir -p dist && echo "<html>Hello</html>" > dist/index.html
51
- # Artifact has to be uploaded, using `artifact_name` as name
+ # Artifact has to be uploaded. `name` has to be the action's input `artifact_name`
52
- uses: actions/upload-artifact@v4
53
with:
54
name: website
0 commit comments