Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 committed Aug 29, 2024
1 parent e343175 commit a0d5252
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 @@ -91,7 +91,7 @@ jobs:
- name: Zip Release Package
shell: bash
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/
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
Expand Down

0 comments on commit a0d5252

Please sign in to comment.