Skip to content

Commit

Permalink
fix mixed names
Browse files Browse the repository at this point in the history
wow big oops, good thing this isn't used in the CI
  • Loading branch information
0xcaff committed Sep 5, 2024
1 parent 981972a commit fe43a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ release:
--package duckdb_metadata_bin \
--bin duckdb_metadata \
-- \
--input target/debug/$(LIBRARY_OUTPUT) \
--input target/release/$(LIBRARY_OUTPUT) \
--output target/release/protobuf.duckdb_extension \
--extension-version $(DUCKDB_EXTENSION_VERSION) \
--duckdb-version $(DUCKDB_VERSION) \
Expand All @@ -58,7 +58,7 @@ release:
test: release
cargo test --package duckdb_protobuf

run: debug
run: release
duckdb \
-unsigned \
-cmd "LOAD 'target/release/protobuf.duckdb_extension'"
Expand Down

0 comments on commit fe43a19

Please sign in to comment.