We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c95c7e commit 9d0be1fCopy full SHA for 9d0be1f
1 file changed
deploy.sh
@@ -159,9 +159,9 @@ if $INPUT_GENERATE_ZIP; then
159
echo "Generating zip file..."
160
161
# use a symbolic link so the directory in the zip matches the slug
162
- ln -s "${SVN_DIR}/trunk" "{$SVN_DIR}/${SLUG}"
+ ln -s "${SVN_DIR}/trunk" "${SVN_DIR}/${SLUG}"
163
zip -r "${GITHUB_WORKSPACE}/${SLUG}.zip" "$SLUG"
164
- unlink "{$SVN_DIR}/${SLUG}"
+ unlink "${SVN_DIR}/${SLUG}"
165
166
echo "zip-path=${GITHUB_WORKSPACE}/${SLUG}.zip" >> "${GITHUB_OUTPUT}"
167
echo "✓ Zip file generated!"
0 commit comments