Skip to content

Commit b5f6587

Browse files
committed
ci: add sqlite and duckdb to plugin build workflow
1 parent 1c9e707 commit b5f6587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
DB_TYPE_IDS='["SQLite"]'
5757
ICON="internaldrive"
5858
BUNDLE_NAME="SQLiteDriver"
59-
HOMEPAGE="https://tablepro.app/databases/sqlite"
59+
HOMEPAGE="https://tablepro.app"
6060
;;
6161
duckdb)
6262
TARGET="DuckDBDriver"
@@ -66,7 +66,7 @@ jobs:
6666
DB_TYPE_IDS='["DuckDB"]'
6767
ICON="bird"
6868
BUNDLE_NAME="DuckDBDriver"
69-
HOMEPAGE="https://tablepro.app/databases/duckdb"
69+
HOMEPAGE="https://tablepro.app"
7070
;;
7171
*) echo "Unknown plugin: $PLUGIN_NAME"; exit 1 ;;
7272
esac

0 commit comments

Comments
 (0)