We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0179bd6 commit 6b199d3Copy full SHA for 6b199d3
1 file changed
deploy.sh
@@ -129,7 +129,7 @@ if $INPUT_GENERATE_ZIP; then
129
# use a symbolic link so the directory in the zip matches the slug
130
ln -s "${SVN_DIR}/trunk" "{$SVN_DIR}/${SLUG}"
131
mv "${SVN_DIR}/trunk" "${SVN_DIR}/${SLUG}"
132
- zip -r "${GITHUB_WORKSPACE}/${SLUG}.zip" $SLUG
+ zip -r "${GITHUB_WORKSPACE}/${SLUG}.zip" "$SLUG"
133
unlink "{$SVN_DIR}/${SLUG}"
134
135
echo "::set-output name=zip-path::${GITHUB_WORKSPACE}/${SLUG}.zip"
0 commit comments