Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 authored Sep 11, 2024
1 parent 36cc892 commit cf91b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
run: |
SRC_PATH="./Consequences/bin/Release/net8.0/linux-x64/native/"
PKG_NAME="USACE.HEC.Consequences-${{ env.VERSION }}-linux-x64.zip"
cd $SRC_PATH
zip -r $PKG_NAME ./
FULL_PKG="${SRC_PATH}${PKG_NAME}"
echo "FULL_PKG=${FULL_PKG}" >> $GITHUB_ENV
cd $SRC_PATH
zip $FULL_PKG ./*
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit cf91b73

Please sign in to comment.