From 2f336f73cf576a9c4a806a49cb43b6d07ba4d0f8 Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Mon, 4 Sep 2023 14:57:50 +0300 Subject: [PATCH] chore: Use marine from checks (#126) Use marine from checks --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b5a16d0..94c32fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,6 +21,8 @@ jobs: - name: Setup marine uses: fluencelabs/setup-marine@v1 + with: + artifact-name: marine - name: Build run: ./build.sh