Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Apr 3, 2024
1 parent 1845696 commit 5278bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/smart-vercel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ runs:
cp -r ${DIR_NAME} ${REPO_NAME}
fi
else
if [ "${DIS_PATH}" != "${REPO_NAME}" ]; then
if [ "${DIST_PATH}" != "${REPO_NAME}" ]; then
mv ${DIST_PATH} ${REPO_NAME}
fi
fi
Expand Down

0 comments on commit 5278bfe

Please sign in to comment.