We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1288512 commit 4c6dfc5Copy full SHA for 4c6dfc5
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Calculate SHA256 hash
36
run: |
37
$hash = Get-FileHash "build/RevisionTool-Setup.exe" -Algorithm SHA256
38
- echo "SHA256_HASH=${hash.Hash}" | Out-File -FilePath $env:GITHUB_ENV -Append
+ echo "SHA256_HASH=$($hash.Hash)" | Out-File -FilePath $env:GITHUB_ENV -Append
39
40
- name: Release
41
uses: svenstaro/upload-release-action@v2
0 commit comments