fix: error out on install failure in "Apply build artifact to the local machine" step

This commit is contained in:
mayeut 2024-04-26 20:47:44 +02:00
parent b643f0d07f
commit b4dd4cdda3
No known key found for this signature in database
GPG Key ID: 8B03CED67D3ABFBA

View File

@ -123,6 +123,7 @@ jobs:
- name: Apply build artifact to the local machine
run: |
$PSNativeCommandUseErrorActionPreference = $true
if ('${{ matrix.platform }}' -eq 'win32') {
powershell ./setup.ps1
} else {