Skip to content

Commit

Permalink
Life is pain
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatsik committed May 14, 2024
1 parent 248ce6e commit 83beeeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
- name: Calculate checksum
id: checksum
run: |
$MSI_SUM = $(CertUtil -hashfile "$WINDOWS_MSI" SHA256)[1] -replace " ",""
Write-Host MSI path is: $WINDOWS_MSI
$MSI_SUM = $(CertUtil -hashfile $WINDOWS_MSI SHA256)[1] -replace " ",""
Write-Host $MSI_SUM
echo "MSI_SUM=$MSI_SUM" >> "GITHUB_ENV"
Expand Down

0 comments on commit 83beeeb

Please sign in to comment.