From d49c0092c2b84b15528900cde6e9ec246fa1ef92 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Sun, 17 May 2020 13:57:28 +0000 Subject: [PATCH] Generate artifact --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac18e6e..243172d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,13 @@ jobs: - name: Install dependencies run: apk add --no-cache yarn yaml sqlite-static - name: Build - run: make + run: make static - name: Linter run: make check - name: Run tests run: make test + - name: Upload artifact + uses: actions/upload-artifact@v2 + with: + name: mango + path: mango