File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 run : |
5252 if (Test-Path ${{ env.DLL_PATH }}) {
5353 Write-Output "DLL found: ${{ env.DLL_PATH }}"
54- $version = (Get-Item ${{ env.DLL_PATH }}).VersionInfo.FileVersion
54+ $version = (Get-Item ${{ env.DLL_PATH }}).VersionInfo.ProductVersion
5555
5656 if ($version) {
5757 Write-Output "Extracted version : $version"
6868
6969 if (Test-Path ${{ env.LIBRARY_PATH }}) {
7070 Write-Output "Library DLL found : ${{ env.LIBRARY_PATH }}"
71- $libraryVersion = (Get-Item ${{ env.LIBRARY_PATH }}).VersionInfo.FileVersion
71+ $libraryVersion = (Get-Item ${{ env.LIBRARY_PATH }}).VersionInfo.ProductVersion
7272
7373 if ($libraryVersion) {
7474 Write-Output "Extracted library version : $libraryVersion"
@@ -159,4 +159,4 @@ jobs:
159159 upload_url : ${{ steps.create_release.outputs.upload_url }}
160160 asset_path : ${{ env.DLL_PATH }}
161161 asset_name : ${{ env.DLL_NAME }}
162- asset_content_type : application/octet-stream
162+ asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments