Skip to content

Commit 83f19d7

Browse files
committed
updated ci
1 parent c5edb7d commit 83f19d7

File tree

3 files changed

+22
-23
lines changed

3 files changed

+22
-23
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ compile-macos-universal: compile-macos-x86 compile-macos-arm64
4949
rm -f dist/split_part_x86.dylib dist/split_part_arm64.dylib
5050

5151
pack-linux:
52-
zip -j dist/stackql-sqlite-ext-functions-$(version)-linux-amd64.zip dist/*.so
52+
zip -j dist/stackql-sqlite-ext-functions-linux-amd64.zip dist/*.so
5353

5454
pack-windows:
55-
zip -j dist/stackql-sqlite-ext-functions-$(version)-windows-amd64.zip dist/*.dll
55+
zip -j dist/stackql-sqlite-ext-functions-windows-amd64.zip dist/*.dll
5656

5757
pack-macos-universal:
58-
zip -j dist/stackql-sqlite-ext-functions-$(version)-macos-universal.zip dist/*.dylib
58+
zip -j dist/stackql-sqlite-ext-functions-macos-universal.zip dist/*.dylib
5959

6060
test-all:
6161
@echo "Running tests on all suites"

json_equal.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"owner": "stackql",
3+
"name": "json_equal",
4+
"version": "1.0.5",
5+
"homepage": "https://github.com/stackql/sqlite-ext-functions/blob/main/docs/json_equal.md",
6+
"repository": "https://github.com/stackql/sqlite-ext-functions",
7+
"authors": ["Jeffrey Aven"],
8+
"license": "MIT",
9+
"description": "A SQLite extension for comparing JSON strings for equivalence, allowing developers to perform advanced JSON operations directly within SQL queries.",
10+
"keywords": ["JSON", "JSON comparison", "JSON equality", "json_equal"],
11+
"assets": {
12+
"files": {
13+
"darwin-amd64": "stackql-sqlite-ext-functions-macos-universal.zip",
14+
"darwin-arm64": "stackql-sqlite-ext-functions-macos-universal.zip",
15+
"linux-amd64": "stackql-sqlite-ext-functions-linux-amd64.zip",
16+
"windows-amd64": "stackql-sqlite-ext-functions-windows-amd64.zip"
17+
}
18+
}
19+
}

sqlpkg.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)