Skip to content

Commit ca9003e

Browse files
committed
chore: uncomment database upload
1 parent 6c24c41 commit ca9003e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/upload-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "::debug::Successfully built plugin."
1111
id=$(jq -r '.id' "$PLUGIN_NAME"/metadata.json)
1212

1313
echo "::debug::Uploading plugin to database..."
14-
#gsutil cp "$PLUGIN_NAME.zip" gs://millennium-d9ce0.appspot.com/plugins/"$id.zip"
14+
gsutil cp "$PLUGIN_NAME.zip" gs://millennium-d9ce0.appspot.com/plugins/"$id.zip"
1515
echo "::debug::Successfully uploaded plugin to database."
1616
rm "$PLUGIN_NAME.zip"
1717

0 commit comments

Comments
 (0)