Skip to content

Commit

Permalink
Update after signature script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Nov 19, 2024
1 parent 1e0e013 commit 71ad835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/after-signature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
$exePath = "khiops-visualization-Setup-${{ steps.find_draft.outputs.draft_tag_name }}.exe"
$hash = Get-FileHash -Algorithm SHA512 -Path $exePath
$lowercaseHash = $hash.Hash.ToLower()
Write-Output "::set-output name=sha512::$lowercaseHash"
# Write-Output "::set-output name=sha512::$lowercaseHash"
echo "sha512=$lowercaseHash" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
echo "-----------> lowercaseHash: $lowercaseHash"
- name: Update latest.yml
Expand Down

0 comments on commit 71ad835

Please sign in to comment.