Skip to content

Commit

Permalink
change name of artifact to inpu_ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
LucieLamothe committed Oct 6, 2022
1 parent f719e91 commit db801cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/caseologue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: upload edam
uses: actions/upload-artifact@v2
with:
name: input_ontology.owl
name: input_ontology
path: EDAM_dev.owl

caseologue:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/caseologue_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: download artifacts
uses: actions/download-artifact@v3
with:
name: input_ontology.owl
name: input_ontology
- name: Display structure of files
run: ls -R

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/caseologue_robot_reason.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: download artifacts
uses: actions/download-artifact@v3
with:
name: input_ontology.owl
name: input_ontology
- name: Display structure of files
run: ls -R

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/caseologue_robot_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: download artifacts
uses: actions/download-artifact@v3
with:
name: input_ontology.owl
name: input_ontology
- name: Display structure of files
run: ls -R

Expand Down

0 comments on commit db801cf

Please sign in to comment.