Skip to content

Commit cc2aaf7

Browse files
fix
1 parent 0c5711d commit cc2aaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ elif [ "$TYPE" == "redirector" ]; then
121121
echo $msg5
122122
elif [ "$TYPE" == "compressor" ]; then
123123
mkdir -p deploy && \
124-
find . -path ./deploy -prune -o -path ./.git -prune -o -print | sed 's|^\./||' | xargs -I {} cp -r --parents {} deploy/ && \
124+
find . -path ./deploy -prune -o -path ./.git -prune -o -path . -prune -o -print | sed 's|^\./||' | xargs -I {} cp -r --parents {} deploy/ && \
125125
installNodejs && \
126126
node $GITHUB_ACTION_PATH/src/compress.js "deploy" && \
127127
echo $msg6

0 commit comments

Comments
 (0)