Skip to content

Commit 4b5c885

Browse files
committed
Update ci.yml
1 parent 678c352 commit 4b5c885

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ jobs:
157157
158158
echo "::debug::Successfully built plugin."
159159
160+
echo "::debug::Uploading plugin to database..."
161+
gsutil cp "$REPOSITORY_NAME.zip" gs://millennium-d9ce0.appspot.com/plugins/"$id.zip"
162+
echo "::debug::Successfully uploaded plugin to database."
163+
160164
- name: Upload Plugin Artifact
161165
uses: actions/upload-artifact@v4
162166
with:

0 commit comments

Comments
 (0)