From 8215768d10cad2eedf56c73d2df444ce477bef35 Mon Sep 17 00:00:00 2001 From: Raresh Nistor Date: Sun, 21 Mar 2021 20:56:20 +1300 Subject: [PATCH] change to the 3rd zip action --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6820091..75de0df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,10 @@ jobs: run: dotnet publish -f net5.0-windows -r win-x86 - name: Archive release - uses: montudor/action-zip@v0.1.1 + uses: papeloto/action-zip@v1 with: - args: zip -qq -r win-x86.zip ./SuperSize/bin/Release/net5.0-windows/win-x86/publish/* + files: ./SuperSize/bin/Release/net5.0-windows/win-x86/publish/* + dest: win-x86.zip # publish releases - name: Publish release