We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da87be commit f72a4bfCopy full SHA for f72a4bf
1 file changed
action.yml
@@ -11,7 +11,7 @@ inputs:
11
outputs:
12
zip-path:
13
description: 'Path to zip file'
14
- value: ${{ steps.id.outputs.zip-path }}
+ value: ${{ steps.deploy.outputs.zip-path }}
15
runs:
16
using: 'composite'
17
steps:
0 commit comments