Skip to content

Commit 4c95c7e

Browse files
committed
Removed unwanted move operation.
1 parent 3e364de commit 4c95c7e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ if $INPUT_GENERATE_ZIP; then
160160

161161
# use a symbolic link so the directory in the zip matches the slug
162162
ln -s "${SVN_DIR}/trunk" "{$SVN_DIR}/${SLUG}"
163-
mv "${SVN_DIR}/trunk" "${SVN_DIR}/${SLUG}"
164163
zip -r "${GITHUB_WORKSPACE}/${SLUG}.zip" "$SLUG"
165164
unlink "{$SVN_DIR}/${SLUG}"
166165

0 commit comments

Comments
 (0)