From d23bf4445b51e4f6ec53ab4a7798802a525843c2 Mon Sep 17 00:00:00 2001 From: Nat Karmios Date: Wed, 26 Jun 2024 09:11:41 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 538f1d60..223ff24f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,10 @@ jobs: - name: Format checking run: opam exec -- dune fmt - name: Packing binaries & dependencies for artifact - run: make dist + run: | + pwd + find _opam + make dist - name: Sending artifact for next jobs uses: actions/upload-artifact@v3 with: