Skip to content

Commit 36d9723

Browse files
authored
Fixes #1586 - .specify.specify path error (#1588)
1 parent 4afbd87 commit 36d9723

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/scripts/create-release-packages.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ rewrite_paths() {
3434
sed -E \
3535
-e 's@(/?)memory/@.specify/memory/@g' \
3636
-e 's@(/?)scripts/@.specify/scripts/@g' \
37-
-e 's@(/?)templates/@.specify/templates/@g'
37+
-e 's@(/?)templates/@.specify/templates/@g' \
38+
-e 's@\.specify\.specify/@.specify/@g'
3839
}
3940

4041
generate_commands() {

0 commit comments

Comments
 (0)