Skip to content

Commit 5f4f945

Browse files
committed
test
1 parent ac80266 commit 5f4f945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
/m
3232
3333
- name: Create release description
34-
run: >
34+
run: |
3535
$sha256 = Get-FileHash "./optimizerNXT/bin/Release/optimizerNXT.exe" -Algorithm SHA256
3636
$bodyPath = "./release-body.md"
3737
"SHA256: $($sha256.Hash)" | Out-File -Encoding UTF8 $bodyPath

0 commit comments

Comments
 (0)