From f2545534afda5e67c5194a8fee3664f155ae2450 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Fri, 25 Oct 2024 14:20:52 +0100 Subject: [PATCH] Rename. --- .github/workflows/repro.sh | 4 ++-- .github/workflows/repro.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/repro.sh b/.github/workflows/repro.sh index 12a390b..b229f75 100755 --- a/.github/workflows/repro.sh +++ b/.github/workflows/repro.sh @@ -27,8 +27,8 @@ embed/build.sh embed/bcw2/build.sh # Download and build sqlite-createtable-parser -util/vtabutil/parse/download.sh -util/vtabutil/parse/build.sh +util/sql3util/parse/download.sh +util/sql3util/parse/build.sh # Check diffs git diff --exit-code \ No newline at end of file diff --git a/.github/workflows/repro.yml b/.github/workflows/repro.yml index 02663ba..872a4c4 100644 --- a/.github/workflows/repro.yml +++ b/.github/workflows/repro.yml @@ -31,4 +31,4 @@ jobs: subject-path: | embed/sqlite3.wasm embed/bcw2/bcw2.wasm - util/vtabutil/parse/sql3parse_table.wasm \ No newline at end of file + util/sql3util/parse/sql3parse_table.wasm \ No newline at end of file