We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32a8a1 commit 14e2eddCopy full SHA for 14e2edd
scripts/archive_target.sh
@@ -8,4 +8,4 @@ if [ -z "$ARCH" ]; then
8
fi
9
10
mkdir -p artifacts
11
-zip -yqr artifacts/plugin-${ARCH}.zip dist/plugin-${ARCH}
+(cd dist && zip -yqr ../artifacts/plugin-${ARCH}.zip plugin-${ARCH})
0 commit comments