Skip to content

Commit 08942a9

Browse files
Update run.sh
1 parent cc2aaf7 commit 08942a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +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 -path . -prune -o -print | sed 's|^\./||' | xargs -I {} cp -r --parents {} deploy/ && \
125124
installNodejs && \
126-
node $GITHUB_ACTION_PATH/src/compress.js "deploy" && \
125+
node $GITHUB_ACTION_PATH/src/compress.js "." && \
127126
echo $msg6
128127
fi

0 commit comments

Comments
 (0)