Skip to content

Commit 14e2edd

Browse files
committed
don't include dist directory in archive file
1 parent a32a8a1 commit 14e2edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/archive_target.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ if [ -z "$ARCH" ]; then
88
fi
99

1010
mkdir -p artifacts
11-
zip -yqr artifacts/plugin-${ARCH}.zip dist/plugin-${ARCH}
11+
(cd dist && zip -yqr ../artifacts/plugin-${ARCH}.zip plugin-${ARCH})

0 commit comments

Comments
 (0)