From 7f6ac694a1777df6902f3fdff5c244fcb291427d Mon Sep 17 00:00:00 2001 From: yoogx Date: Sat, 24 Oct 2020 21:15:37 -0400 Subject: [PATCH] * Add zip --- .github/workflows/build-community.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-community.yml b/.github/workflows/build-community.yml index 0e6242fc..c6bc6078 100644 --- a/.github/workflows/build-community.yml +++ b/.github/workflows/build-community.yml @@ -131,7 +131,7 @@ jobs: uses: msys2/setup-msys2@v2 with: msystem: MSYS - install: autoconf automake git make + install: autoconf automake git make zip - name: Set up ocarina-builder run: >