We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac80266 commit 5f4f945Copy full SHA for 5f4f945
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
/m
32
33
- name: Create release description
34
- run: >
+ run: |
35
$sha256 = Get-FileHash "./optimizerNXT/bin/Release/optimizerNXT.exe" -Algorithm SHA256
36
$bodyPath = "./release-body.md"
37
"SHA256: $($sha256.Hash)" | Out-File -Encoding UTF8 $bodyPath
0 commit comments