From 527b5657b351ed24746f6d2000658c7ce56caf15 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 28 May 2020 17:34:49 -0400 Subject: [PATCH] chore: remove artifact from github action --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b3bed8d..1666207c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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