Skip to content

Commit ac80266

Browse files
committed
update
1 parent 06ae708 commit ac80266

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
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Create release description
3434
run: >
35-
$sha256 = Get-FileHash "./optimizerNXT\bin\Release\optimizerNXT.exe" -Algorithm SHA256
35+
$sha256 = Get-FileHash "./optimizerNXT/bin/Release/optimizerNXT.exe" -Algorithm SHA256
3636
$bodyPath = "./release-body.md"
3737
"SHA256: $($sha256.Hash)" | Out-File -Encoding UTF8 $bodyPath
3838

0 commit comments

Comments
 (0)