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