We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0892f commit 55f88baCopy full SHA for 55f88ba
1 file changed
.github/workflows/package-and-upload-assets.yml
@@ -16,7 +16,7 @@ name: Package and Upload Release Assets
16
17
# Global variables
18
env:
19
- PACKAGE_NAME: "biqquery-data-analytics"
+ PACKAGE_NAME: "cloud-sql-postgresql"
20
FILES_TO_PACKAGE: "gemini-extension.json CLOUD-SQL-POSTGRESQL.md LICENSE"
21
GCS_BUCKET_URL: "https://storage.googleapis.com/genai-toolbox-extensions"
22
@@ -134,4 +134,4 @@ jobs:
134
run: |
135
gh release upload \
136
${{ github.event.release.tag_name }} \
137
- release-archives/*/*
+ release-archives/*/*
0 commit comments