chore: remove artifact from github action

This commit is contained in:
Simon Cruanes 2020-05-28 17:34:49 -04:00 committed by GitHub
parent 7032d5220a
commit 527b5657b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,3 @@ jobs:
- run: opam install -t . --deps-only
- run: opam exec -- dune build
- run: opam exec -- dune runtest
- uses: actions/upload-artifact@master
with:
name: sidekick-bin-${{ matrix.operating-system }}-${{ matrix.ocaml-version }}.exe
path: _build/default/src/main/main.exe