Skip to content

Commit 3338ef5

Browse files
authored
ci: remove package and upload assets workflow (#148)
1 parent 71259f1 commit 3338ef5

2 files changed

Lines changed: 0 additions & 145 deletions

File tree

.github/workflows/package-and-upload-assets.yml

Lines changed: 0 additions & 130 deletions
This file was deleted.

DEVELOPER.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,6 @@ The skills themselves are validated using the `skills-validate.yml` workflow.
5959
* **Dependency Updates:** [Renovate](https://github.com/apps/forking-renovate)
6060
is configured to automatically create pull requests for dependency updates.
6161

62-
## Building the Extension
63-
64-
The "build" process for this extension involves packaging the extension's
65-
metadata files (`gemini-extension.json`, `cloud-sql-postgresql.md`, `LICENSE`) along with the
66-
pre-built `toolbox` binary into platform-specific archives (`.tar.gz` or `.zip`).
67-
68-
This process is handled automatically by the
69-
[`package-and-upload-assets.yml`](.github/workflows/package-and-upload-assets.yml)
70-
GitHub Actions workflow when a new release is created. Manual building is not
71-
required.
72-
7362
## Maintainer Information
7463

7564
### Team
@@ -124,7 +113,3 @@ The process is handled by the [`mirror-changelog.yml`](.github/workflows/mirror-
124113
2. **Merge Release PR:** A maintainer approves and merges the Release PR. This
125114
action triggers `release-please` to create a new GitHub tag and a
126115
corresponding GitHub Release.
127-
3. **Package and Upload:** The new release triggers the
128-
`package-and-upload-assets.yml` workflow. This workflow builds the
129-
platform-specific extension archives and uploads them as assets to the
130-
GitHub Release.

0 commit comments

Comments
 (0)