We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb1a6b6 + 5c0347b commit 0179bd6Copy full SHA for 0179bd6
1 file changed
deploy.sh
@@ -132,7 +132,7 @@ if $INPUT_GENERATE_ZIP; then
132
zip -r "${GITHUB_WORKSPACE}/${SLUG}.zip" $SLUG
133
unlink "{$SVN_DIR}/${SLUG}"
134
135
- echo "::set-output name=zip-path::$(echo ${GITHUB_WORKSPACE}/${SLUG}.zip)"
+ echo "::set-output name=zip-path::${GITHUB_WORKSPACE}/${SLUG}.zip"
136
echo "✓ Zip file generated!"
137
fi
138
0 commit comments