We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e8052 commit 8da87beCopy full SHA for 8da87be
1 file changed
deploy.sh
@@ -127,7 +127,7 @@ if $INPUT_GENERATE_ZIP; then
127
echo "Generating zip file..."
128
cd "$SVN_DIR/trunk" || exit
129
zip -r "${GITHUB_WORKSPACE}/${SLUG}.zip" .
130
- echo "::set-output name=zip-path::$(echo ${GITHUB_WORKSPACE}/${SLUG}.zip)"
+ echo "::set-output name=zip-path::${GITHUB_WORKSPACE}/${SLUG}.zip"
131
echo "✓ Zip file generated!"
132
fi
133
0 commit comments