There was an error while loading. Please reload this page.
1 parent 8375d94 commit dbb3d6dCopy full SHA for dbb3d6d
1 file changed
scripts/setupdeps.sh
@@ -10,6 +10,9 @@ mkdir -p $DISTDIR/bin
10
# Create plugins directory and copy plugin code
11
cp -R ./node_modules/common-utils/plugins $(pwd)/dist/
12
13
+# Copy action specific plugins to dist, if any
14
+cp -R ./plugins $(pwd)/dist/
15
+
16
# Download and extract in a temporary directory
17
WORKINGDIR=$(mktemp -d -t rmc_build.XXXXXX)
18
cd $WORKINGDIR
0 commit comments