Skip to content

Commit e427edc

Browse files
Update run.sh
1 parent f84866b commit e427edc

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
@@ -123,6 +123,6 @@ elif [ "$TYPE" == "compressor" ]; then
123123
mkdir -p deploy && \
124124
find . -path ./deploy -prune -o -print | sed 's|^\./||' | cp --parents -t deploy - && \
125125
installNodejs && \
126-
node $GITHUB_ACTION_PATH/src/compress.js && \
126+
node $GITHUB_ACTION_PATH/src/compress.js "deploy" && \
127127
echo $msg6
128128
fi

0 commit comments

Comments
 (0)