Skip to content

Commit

Permalink
drop the zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 committed Aug 28, 2024
1 parent 25204dd commit 170952a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 170952a

Please sign in to comment.