From 38f8f18ca0e7206e19ebdf3f171b786e573a46de Mon Sep 17 00:00:00 2001 From: Joseph Micheli Date: Tue, 3 May 2022 02:32:22 -0500 Subject: [PATCH] Release v4.0.1 - Fix unicode parsing error (6) --- .github/workflows/build-release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 2cef59e..5ae12a6 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -76,9 +76,10 @@ jobs: name: prod-artifact path: artifact - - name: Review artifact + - name: Zip artifact run: | - ls artifact + sudo apt-get install -y zip + zip -r artifact/prod-artifact.zip artifact - name: Upload release artifact uses: actions/upload-release-asset@v1