ci(release): remove unnecessary zip installation step
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user