From 7ce02224b1f8429b20ddefa23900a3d8d26165ee Mon Sep 17 00:00:00 2001 From: csc530 <77406318+csc530@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:21:17 -0400 Subject: [PATCH] :green_heart: fix zip command in gh action --- .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 ea64c9c..fcecf8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: 7z a ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip ../publish } else { - zip -r ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip ../publish + zip -r ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip -i ../publish } - name: Create GitHub Release