We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afbd87 commit f92c07dCopy full SHA for f92c07d
.github/workflows/scripts/create-release-packages.sh
@@ -34,7 +34,8 @@ rewrite_paths() {
34
sed -E \
35
-e 's@(/?)memory/@.specify/memory/@g' \
36
-e 's@(/?)scripts/@.specify/scripts/@g' \
37
- -e 's@(/?)templates/@.specify/templates/@g'
+ -e 's@(/?)templates/@.specify/templates/@g' \
38
+ -e 's@\.specify\.specify/@.specify/@g'
39
}
40
41
generate_commands() {
0 commit comments