Skip to content

Commit 671298b

Browse files
committed
Update
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
1 parent d968d07 commit 671298b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/scripts/win.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
dir="_build/default/bin"
2+
dir="_build/default/doi2bib/bin"
33
OUTPUT="out"
44
mkdir "$OUTPUT"
55
for exe in "$dir/"*.exe ; do

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,13 @@ jobs:
8787
opam install --deps-only bibfmt
8888
opam exec -- dune build -p bibfmt
8989
opam exec -- dune install bibfmt
90+
ls _build/default/bibfmt/bin/
9091
9192
- name: Build doi2bib project
9293
run: |
9394
opam install --deps-only doi2bib
9495
opam exec -- dune build -p doi2bib
96+
ls _build/default/doi2bib/bin/
9597
9698
- name: Check code formatting
9799
if: ${{ success() && startsWith(runner.os, 'Linux') }}

0 commit comments

Comments
 (0)