From 77087a14344713876444cef55d1a4c7166c5c7b7 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Wed, 26 Oct 2022 11:54:39 +0800 Subject: [PATCH] test github 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 dd08ae2..1f424ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: dotnet publish SingerUtils -c Release -r win-x64 --self-contained true -o bin/win-x64 - name: compress x86 - run: 7z a SingerUtils-x64-${{ steps.versioning.outputs.tag }}.zip bin/win-x86/ + run: 7z a SingerUtils-x86-${{ steps.versioning.outputs.tag }}.zip bin/win-x86/ - name: compress x64 run: 7z a SingerUtils-x64-${{ steps.versioning.outputs.tag }}.zip bin/win-x64/