Skip to content

Commit 67afbe5

Browse files
🩹 [Fix]: Simplify artifact upload path in action.yml for consistency
1 parent 8048696 commit 67afbe5

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
@@ -55,6 +55,6 @@ runs:
5555
uses: actions/upload-artifact@v4
5656
with:
5757
name: ${{ inputs.ArtifactName }}
58-
path: ${{ inputs.Path }}/outputs/module/${{ fromJson(steps.build.outputs.result).ModuleName }}
58+
path: ${{ inputs.Path }}/outputs/module
5959
if-no-files-found: error
6060
retention-days: 1

0 commit comments

Comments
 (0)