Skip to content

Commit a3a5629

Browse files
committed
Swap workflow steps
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
1 parent f6445a3 commit a3a5629

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ jobs:
8686
opam exec -- dune build -p bibfmt
8787
opam exec -- dune install bibfmt
8888
89-
- name: Build doi2bib project
90-
run: |
91-
opam install --deps-only doi2bib
92-
opam exec -- dune build -p doi2bib
93-
9489
- name: Create bibfmt release archive
9590
if: ${{ startsWith(github.ref, 'refs/tags/') && !startsWith(runner.os, 'Win') }}
9691
run: tar czf bibfmt-${{ env.GITHUB_TAG }}-${{ matrix.suffix }}.tar.gz -C _build/default/bibfmt/bin/ bibfmt.exe
@@ -115,6 +110,11 @@ jobs:
115110
# - name: Build
116111
# run: opam exec -- dune build -p doi2bib
117112

113+
- name: Build doi2bib project
114+
run: |
115+
opam install --deps-only doi2bib
116+
opam exec -- dune build -p doi2bib
117+
118118
- name: Create doi2bib release archive
119119
if: ${{ startsWith(github.ref, 'refs/tags/') && !startsWith(runner.os, 'Win') }}
120120
run: tar czf doi2bib-${{ env.GITHUB_TAG }}-${{ matrix.suffix }}.tar.gz -C _build/default/doi2bib/bin/ doi2bib.exe

0 commit comments

Comments
 (0)