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 299a574
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,15 @@ jobs:
Write-Host $WINDOWS_MSI_NAME
echo "WINDOWS_MSI=$WINDOWS_MSI" >> "$GITHUB_ENV"
echo "WINDOWS_MSI_NAME=$WINDOWS_MSI_NAME" >> "$GITHUB_ENV"
echo "action_state=yellow" >> "$GITHUB_ENV"
- name: Calculate checksum
id: checksum
run: |
$MSI_SUM = $(CertUtil -hashfile "$WINDOWS_MSI" SHA256)[1] -replace " ",""
Write-Host MSI path is: $WINDOWS_MSI
echo $action_state
echo $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 299a574

Please sign in to comment.