Skip to content

Commit 4c6dfc5

Browse files
committed
fix
1 parent 1288512 commit 4c6dfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Calculate SHA256 hash
3636
run: |
3737
$hash = Get-FileHash "build/RevisionTool-Setup.exe" -Algorithm SHA256
38-
echo "SHA256_HASH=${hash.Hash}" | Out-File -FilePath $env:GITHUB_ENV -Append
38+
echo "SHA256_HASH=$($hash.Hash)" | Out-File -FilePath $env:GITHUB_ENV -Append
3939
4040
- name: Release
4141
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)