diff --git a/.github/workflows/after-signature.yml b/.github/workflows/after-signature.yml index 2a80956..58fd8aa 100644 --- a/.github/workflows/after-signature.yml +++ b/.github/workflows/after-signature.yml @@ -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