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 678c352 commit 4b5c885Copy full SHA for 4b5c885
.github/workflows/ci.yml
@@ -157,6 +157,10 @@ jobs:
157
158
echo "::debug::Successfully built plugin."
159
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
+
164
- name: Upload Plugin Artifact
165
uses: actions/upload-artifact@v4
166
with:
0 commit comments