Skip to content

Commit bc741e2

Browse files
committed
changed deploy config
1 parent ec5896f commit bc741e2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ontology/bero.Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ $(IMPORTDIR)/mesh_import.owl: $(MIRRORDIR)/mesh.owl
5757
query --update ../sparql/preprocess-module.ru --update ../sparql/inject-subset-declaration.ru --update ../sparql/postprocess-module.ru \
5858
annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) --output $@.tmp.owl && mv $@.tmp.owl $@; fi
5959

60+
MAIN_FILES_RELEASE = $(foreach n,$(MAIN_FILES), ../../$(n))
61+
6062
deploy_release:
6163
@test $(GHVERSION)
62-
ls -alt $(MAIN_FILES)
63-
gh release create $(GHVERSION) --notes "TBD." --title "$(GHVERSION)" --draft $(MAIN_FILES) --generate-notes
64+
ls -alt $(MAIN_FILES_RELEASE)
65+
gh release create $(GHVERSION) --notes "TBD." --title "$(GHVERSION)" --draft $(MAIN_FILES_RELEASE) --generate-notes

0 commit comments

Comments
 (0)