Skip to content

Commit f92c07d

Browse files
committed
Fixes #1586 - .specify.specify path error
1 parent 4afbd87 commit f92c07d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.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)