From 0318856fda600a5011dd44c4ba2c67b9cc00c65c Mon Sep 17 00:00:00 2001 From: andryblack Date: Sat, 11 Mar 2023 14:19:52 +0300 Subject: [PATCH] fix create zip --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82e2628..ce09ff7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - name: Download all workflow run artifacts uses: actions/download-artifact@v3 - name: Compress windows build - run: powershell Compress-Archive windows-build FontBuilder-windows.zip + run: zip -r FontBuilder-windows.zip windows-build - uses: "marvinpinto/action-automatic-releases@latest" with: title: "Release : ${{ github.ref_name }}"