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 dcf1135 commit 617eacbCopy full SHA for 617eacb
scripts/publish.sh
@@ -14,7 +14,7 @@ chmod +x "$SCRIPT_DIR/package.sh"
14
"$SCRIPT_DIR/package.sh"
15
16
# Find all .vsix files except the one without a platform prefix and publish them one by one
17
-find . -type f -name "micropico-$RELEASE_TAG_NAME-*.vsix" ! -name "micropico-$RELEASE_TAG_NAME.vsix" | while read file -r package_path; do
+find . -type f -name "micropico-$RELEASE_TAG_NAME-*.vsix" ! -name "micropico-$RELEASE_TAG_NAME.vsix" | while read -r package_path; do
18
# Default target flags (for non-darwin platforms)
19
target_flags=""
20
0 commit comments