Skip to content

Commit 6e96f5a

Browse files
author
Tristen Harr
committed
update makefile
1 parent c21baa3 commit 6e96f5a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
44
## [Unreleased]
55
Changes to be included in the next upcoming release
66

7+
## [0.0.24] - 2024-07-16
8+
Attempting to fix Makefile
9+
710
## [0.0.23] - 2024-07-15
811
Attempting to fix Makefile
912

connector-definition/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ $(dist_script_files): $(script_files)
5757

5858
# Create the final connector-definition.tgz file
5959
dist/connector-definition.tgz: dist/.hasura-connector/connector-metadata.yaml dist/.hasura-connector/Dockerfile dist/.hasura-connector/.dockerignore $(dist_template_files) $(dist_script_files)
60-
cd dist && tar --dereference -czvf connector-definition.tgz . .hasura-connector
60+
shopt -s dotglob && cd dist && tar -czvf connector-definition.tgz *

0 commit comments

Comments
 (0)