From f44e7fe55c5ae42f6c0c990e925443022e7036c1 Mon Sep 17 00:00:00 2001 From: logikonline Date: Mon, 19 Jan 2026 14:11:15 -0500 Subject: [PATCH] ci(release): remove unnecessary zip installation step --- .gitea/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index f215cab..c62f54f 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -39,9 +39,6 @@ jobs: dotnet publish src/GitCaddy.AI.Service/GitCaddy.AI.Service.csproj -c Release -o publish/linux-x64 -r linux-x64 --self-contained -p:Version=${{ steps.version.outputs.VERSION }} dotnet publish src/GitCaddy.AI.Service/GitCaddy.AI.Service.csproj -c Release -o publish/win-x64 -r win-x64 --self-contained -p:Version=${{ steps.version.outputs.VERSION }} - - name: Install zip - run: sudo apt-get update && sudo apt-get install -y zip - - name: Package artifacts run: | cd publish