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 9809284 commit 36cc892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
PKG_NAME="USACE.HEC.Consequences-${{ env.VERSION }}-linux-x64.zip"
FULL_PKG="${SRC_PATH}${PKG_NAME}"
echo "FULL_PKG=${FULL_PKG}" >> $GITHUB_ENV
cd SRC_PATH
cd $SRC_PATH
zip $FULL_PKG ./*
- name: Release
Expand Down

0 comments on commit 36cc892

Please sign in to comment.