Skip to content

Commit

Permalink
Added openssl compilation to builtin executable on Windows OS (XXIV)
Browse files Browse the repository at this point in the history
  • Loading branch information
qlrd committed Jan 9, 2023
1 parent 09298bf commit 55c23f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-win-nsis-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
echo "pem=$loc\$pemname" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
echo "extraResources=$extraResources" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
echo "openssl_build_dir=$loc\openssl" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
echo "release_zip=$release_url\$version\$zipname" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
echo "release_sig=$release_url\$version\$signame" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
echo "release_pem=$raw_url\$pemname" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
echo "release_zip=$release_url/$version/$zipname" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
echo "release_sig=$release_url/$version/$signame" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
echo "release_pem=$raw_url/$pemname" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
echo "prefix=$extraResources\OpenSSL" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
echo "openssldir=$extraResources\OpenSSL\CommonFiles" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
Expand Down

0 comments on commit 55c23f3

Please sign in to comment.