Skip to content

Commit dbb3d6d

Browse files
committed
add command to copy action specific plugins
1 parent 8375d94 commit dbb3d6d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/setupdeps.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ mkdir -p $DISTDIR/bin
1010
# Create plugins directory and copy plugin code
1111
cp -R ./node_modules/common-utils/plugins $(pwd)/dist/
1212

13+
# Copy action specific plugins to dist, if any
14+
cp -R ./plugins $(pwd)/dist/
15+
1316
# Download and extract in a temporary directory
1417
WORKINGDIR=$(mktemp -d -t rmc_build.XXXXXX)
1518
cd $WORKINGDIR

0 commit comments

Comments
 (0)