Skip to content

Commit 2c9f102

Browse files
committed
Address incorrect output name
1 parent c82be94 commit 2c9f102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create-bundle/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ inputs:
2020
required: false
2121
default: ""
2222
outputs:
23-
bundle-path:
24-
description: Path to the created bundle
23+
output-path:
24+
description: Path to the created bundle or directory if multiple platforms are specified
2525
value: ${{ steps.create-bundle.outputs.output-path }}
2626
runs:
2727
using: "composite"

0 commit comments

Comments
 (0)