Skip to content

Commit f72a4bf

Browse files
committed
Actually use the step id and not the word id
1 parent 8da87be commit f72a4bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
outputs:
1212
zip-path:
1313
description: 'Path to zip file'
14-
value: ${{ steps.id.outputs.zip-path }}
14+
value: ${{ steps.deploy.outputs.zip-path }}
1515
runs:
1616
using: 'composite'
1717
steps:

0 commit comments

Comments
 (0)