Skip to content

Commit 2dc464b

Browse files
committed
Fix to build script from develop
2 parents fbcf526 + 8a4f9b1 commit 2dc464b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

bundle.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,17 @@ actions:
138138
target: "{output}"
139139
includes:
140140
- "*.ttl"
141+
rename:
142+
from: "(.*)\\.ttl"
143+
to: "formatted_\\g<1>.ttl"
144+
- action: "move"
145+
source: "{output}"
146+
target: "{output}"
147+
includes:
148+
- "formatted_*.ttl"
149+
rename:
150+
from: "formatted_(.*)\\.ttl"
151+
to: "\\g<1>.ttl"
141152
- action: "transform"
142153
message: "RDF/XML serialization."
143154
tool: "xml-serializer"

0 commit comments

Comments
 (0)