From b36515a6c690985939799808002942838a4477e5 Mon Sep 17 00:00:00 2001 From: Joseph Serunjogi Date: Thu, 13 Jul 2023 17:40:55 +0300 Subject: [PATCH] Clean up the publish github action (#68) --- .github/workflows/publish.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 996acce..7b6ec09 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,15 +33,3 @@ jobs: with: name: HESIMS path: ./src/dev/HESIMS/HESIMS.Web/bin/Release/net7.0/publish - - - name: Zip Release Package - uses: thedoctor0/zip-release@0.7.1 - with: - type: 'zip' - filename: 'HESIMS.zip' - path: './src/dev/HESIMS/HESIMS.Web/bin/Release/net7.0/publish' - - - name: Upload Release Package - uses: ncipollo/release-action@v1.12.0 - with: - artifacts: "HESIMS.zip"