Skip to content

Commit

Permalink
add release to linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 committed Aug 29, 2024
1 parent ca7bc5f commit ada429a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,8 @@ jobs:
run: |
zip -r ./Consequences/bin/Release/net8.0/linux-x64/native/USACE.HEC.Consequences-${env:VERSION}-linux-x64.zip ./Consequences/bin/Release/net8.0/linux-x64/native/
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
./Consequences/bin/Release/net8.0/linux-x64/native/USACE.HEC.Consequences-${env:VERSION}-linux-x64.zip

0 comments on commit ada429a

Please sign in to comment.