Skip to content

Commit

Permalink
Address incorrect output name
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Jul 27, 2023
1 parent c82be94 commit 2c9f102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-bundle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ inputs:
required: false
default: ""
outputs:
bundle-path:
description: Path to the created bundle
output-path:
description: Path to the created bundle or directory if multiple platforms are specified
value: ${{ steps.create-bundle.outputs.output-path }}
runs:
using: "composite"
Expand Down

0 comments on commit 2c9f102

Please sign in to comment.