Skip to content

Commit f035944

Browse files
committed
fix makefile
1 parent 9604f32 commit f035944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ generate: sqlc.yaml
2020

2121

2222
.PHONY: release
23-
release: dist/sqlc-gen-ts-d1.wasm dist/sqlc-gen-ts-d1.wasm.sha256
23+
release: dist/sqlc-gen-python-orm.wasm dist/sqlc-gen-python-orm.wasm.sha256
2424
gh release delete -y --cleanup-tag "v${VERSION}"
2525
gh release create "v${VERSION}" dist/sqlc-gen-python-orm.wasm dist/sqlc-gen-python-orm.wasm.sha256
2626

0 commit comments

Comments
 (0)