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 6c24c41 commit ca9003eCopy full SHA for ca9003e
scripts/build/upload-dist.sh
@@ -11,7 +11,7 @@ echo "::debug::Successfully built plugin."
11
id=$(jq -r '.id' "$PLUGIN_NAME"/metadata.json)
12
13
echo "::debug::Uploading plugin to database..."
14
-#gsutil cp "$PLUGIN_NAME.zip" gs://millennium-d9ce0.appspot.com/plugins/"$id.zip"
+gsutil cp "$PLUGIN_NAME.zip" gs://millennium-d9ce0.appspot.com/plugins/"$id.zip"
15
echo "::debug::Successfully uploaded plugin to database."
16
rm "$PLUGIN_NAME.zip"
17
0 commit comments