Skip to content

Commit 8048696

Browse files
🩹 [Fix]: Correct input reference for ArtifactName in action.yml for proper artifact upload
1 parent 1c9f792 commit 8048696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎action.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
- name: Upload module artifact
5555
uses: actions/upload-artifact@v4
5656
with:
57-
name: ${{ input.ArtifactName }}
57+
name: ${{ inputs.ArtifactName }}
5858
path: ${{ inputs.Path }}/outputs/module/${{ fromJson(steps.build.outputs.result).ModuleName }}
5959
if-no-files-found: error
6060
retention-days: 1

0 commit comments

Comments
 (0)