Skip to content

Commit

Permalink
chore(ci): Fix paths to artifacts in kokoro release job config.
Browse files Browse the repository at this point in the history
  • Loading branch information
hessjcg committed Sep 1, 2023
1 parent 6c7c322 commit 58c22eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .kokoro/release/release.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# Save artifacts for EO 14028
action {
define_artifacts {
regex: "**/dist/*.tar.gz"
regex: "**/dist/*.whl"
regex: "github/cloud-sql-python-connector/**/*.tar.gz"
strip_prefix: "github/cloud-sql-python-connector"
}
}

0 comments on commit 58c22eb

Please sign in to comment.