File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ErrorMessage() {
3636 echo -e " $_N_ $ERROR_PREFIX : $ERROR_TYPE $ERROR_CODE : $ERROR_MESSAGE $ERROR_LINK $_N_ "
3737}
3838
39- Message () {
39+ _justMessage () {
4040 local MESSAGE=$1
4141 echo -e " $_N_ $ERROR_PREFIX : INFO: $MESSAGE $_N_ "
4242}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ elif [ "$TYPE" == "redirector" ]; then
121121 echo $msg5
122122elif [ " $TYPE " == " compressor" ]; then
123123 mkdir -p deploy && \
124- find . -path ./deploy -prune -o -print | sed ' s|^\./||' | cp --parents -t deploy - && \
124+ find . -path ./deploy -prune -o -print | sed ' s|^\./||' | xargs -I {} cp --parents {} deploy/ && \
125125 installNodejs && \
126126 node $GITHUB_ACTION_PATH /src/compress.js " deploy" && \
127127 echo $msg6
You can’t perform that action at this time.
0 commit comments