Skip to content

Commit 55f88ba

Browse files
authored
Update package-and-upload-assets.yml
1 parent 8a0892f commit 55f88ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Package and Upload Release Assets
1616

1717
# Global variables
1818
env:
19-
PACKAGE_NAME: "biqquery-data-analytics"
19+
PACKAGE_NAME: "cloud-sql-postgresql"
2020
FILES_TO_PACKAGE: "gemini-extension.json CLOUD-SQL-POSTGRESQL.md LICENSE"
2121
GCS_BUCKET_URL: "https://storage.googleapis.com/genai-toolbox-extensions"
2222

@@ -134,4 +134,4 @@ jobs:
134134
run: |
135135
gh release upload \
136136
${{ github.event.release.tag_name }} \
137-
release-archives/*/*
137+
release-archives/*/*

0 commit comments

Comments
 (0)