Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NatKarmios authored Jun 26, 2024
1 parent 8c84e90 commit d23bf44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d23bf44

Please sign in to comment.