Skip to content

Commit 08e721e

Browse files
Update publish-kg.yaml
1 parent 74d91f4 commit 08e721e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish-kg.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
-v ${{ github.workspace }}/output:/app/workflow-output \
2323
knowledgegraph \
2424
--config max-workflow-id=10
25+
--config output-graph="workflowhub-graph.ttl"
26+
--config output-dir=output
2527
2628
- name: Upload TTL artifact
2729
uses: actions/upload-artifact@v4
2830
with:
29-
name: merged-ttl
30-
path: output/merged.ttl
31+
name: "workflowhub-graph.ttl"
32+
path: output/workflowhub-graph.ttl

0 commit comments

Comments
 (0)