From 170952ac390e78902cf6dc44c1051eb836ee32c7 Mon Sep 17 00:00:00 2001 From: Brennan Beam <64556723+Brennan1994@users.noreply.github.com> Date: Tue, 27 Aug 2024 23:41:46 -0700 Subject: [PATCH] drop the zip --- .github/workflows/Release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 1c196cf..37500cb 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -42,11 +42,6 @@ jobs: name: USACE.HEC.Consequences-${{ env.VERSION }}-windows-x64 path: ./Consequences/bin/Release/net8.0/win-x64/native/ - - name: Zip Windows artifact - run: | - cd ./Consequences/bin/Release/net8.0/win-x64/native/ - zip -r USACE.HEC.Consequences-${{ env.VERSION }}-windows-x64.zip - - name: upload artifact to release uses: actions/upload-release-asset@v1.0.2 with: @@ -89,11 +84,6 @@ jobs: name: USACE.HEC.Consequences-${{ env.VERSION }}-linux-x64 path: ./Consequences/bin/Release/net8.0/linux-x64/native/ - - name: Zip Linux artifact - run: | - cd ./Consequences/bin/Release/net8.0/linux-x64/native/ - zip -r USACE.HEC.Consequences-${{ env.VERSION }}-linux-x64.zip - - name: upload artifact to release uses: actions/upload-release-asset@v1.0.2 with: