File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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+
6062deploy_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
You can’t perform that action at this time.
0 commit comments