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 333cd83 commit 9809284
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,12 @@ jobs:
- name: Zip Release Package
shell: bash
run: |
SRC_PATH="./Consequences/bin/Release/net8.0/linux-x64/native/*"
SRC_PATH="./Consequences/bin/Release/net8.0/linux-x64/native/"
PKG_NAME="USACE.HEC.Consequences-${{ env.VERSION }}-linux-x64.zip"
FULL_PKG="${SRC_PATH}${PKG_NAME}"
echo "FULL_PKG=${FULL_PKG}" >> $GITHUB_ENV
zip $FULL_PKG $SRC_PATH
cd SRC_PATH
zip $FULL_PKG ./*
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 9809284

Please sign in to comment.