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() {
36
36
echo -e " $_N_ $ERROR_PREFIX : $ERROR_TYPE $ERROR_CODE : $ERROR_MESSAGE $ERROR_LINK $_N_ "
37
37
}
38
38
39
- Message () {
39
+ _justMessage () {
40
40
local MESSAGE=$1
41
41
echo -e " $_N_ $ERROR_PREFIX : INFO: $MESSAGE $_N_ "
42
42
}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ elif [ "$TYPE" == "redirector" ]; then
121
121
echo $msg5
122
122
elif [ " $TYPE " == " compressor" ]; then
123
123
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/ && \
125
125
installNodejs && \
126
126
node $GITHUB_ACTION_PATH /src/compress.js " deploy" && \
127
127
echo $msg6
You can’t perform that action at this time.
0 commit comments