Skip to content

Commit a0d5252

Browse files
committed
try again
1 parent e343175 commit a0d5252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Zip Release Package
9292
shell: bash
9393
run: |
94-
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/
94+
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/
9595
9696
- name: Release
9797
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)