File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 35
35
path : ' bio2rdf-scripts'
36
36
37
37
- name : Create data folders
38
+ working-directory : ./bio2rdf-scripts
38
39
run : |
39
40
mkdir -p data/download
40
41
mkdir -p data/rdf
@@ -46,15 +47,15 @@ jobs:
46
47
working-directory : ./bio2rdf-scripts
47
48
# /home/runner/work/bio2rdf-scripts/bio2rdf-scripts/bio2rdf-scripts
48
49
run : |
49
- php runparser.php parser=${{ matrix.bio2rdf-dataset }} download=true files=all indir=/home/runner/work/bio2rdf-scripts/bio2rdf-scripts/ data/download/${{ matrix.bio2rdf-dataset }}/ outdir=/home/runner/work/bio2rdf-scripts/bio2rdf-scripts/ data/rdf/${{ matrix.bio2rdf-dataset }}/ registry_dir=/home/runner/work/bio2rdf-scripts/bio2rdf-scripts/ registry
50
+ php runparser.php parser=${{ matrix.bio2rdf-dataset }} download=true files=all indir=data/download/${{ matrix.bio2rdf-dataset }}/ outdir=data/rdf/${{ matrix.bio2rdf-dataset }}/ registry_dir=registry
50
51
51
52
52
53
- name : Upload output RDF data
53
54
uses : actions/upload-artifact@v1
54
55
with :
55
56
name : rdf-output
56
- path : /home/runner/work/bio2rdf-scripts/bio2rdf-scripts/data
57
- # path: bio2rdf-scripts/data
57
+ # path: /home/runner/work/bio2rdf-scripts/bio2rdf-scripts/data
58
+ path : bio2rdf-scripts/data
58
59
59
60
60
61
You can’t perform that action at this time.
0 commit comments