Skip to content

Commit

Permalink
fix: move table to update for api_version
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Sep 13, 2024
1 parent d603a34 commit 1ed3745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build-upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ for (const buildResult of buildResults) {
identifier: buildResult.pkg.kunkun.identifier,
readme: readme,
downloads: 0,
api_version: buildResult.apiVersion
}
])
.select()
Expand Down Expand Up @@ -193,7 +192,8 @@ for (const buildResult of buildResults) {
cmd_count: cmdCount,
identifier: buildResult.pkg.kunkun.identifier,
downloads: 0,
demo_images: demoImgsDBPaths
demo_images: demoImgsDBPaths,
api_version: buildResult.apiVersion
}
])
sendNewExtensionNotification(
Expand Down

0 comments on commit 1ed3745

Please sign in to comment.