Revert "CI: Don't apply zip_exec on generic-netf"

This reverts commit 63d25d06aa.
This commit is contained in:
Archi
2021-09-05 22:16:40 +02:00
parent ad6ce38352
commit a72d12ef75

View File

@@ -295,8 +295,7 @@ jobs:
if (Test-Path "tools\zip_exec\zip_exec.exe" -PathType Leaf) {
$executableFiles = @()
# We should cover generic-netf here as well, but latest Mono (as of 6.12) is unable to extract zip archives with extended attributes that we're applying here
if ($variant -eq 'generic') {
if ($variant -like 'generic*') {
$executableFiles += 'ArchiSteamFarm.sh', 'ArchiSteamFarm-Service.sh'
} elseif (($variant -like 'linux*') -or ($variant -like 'osx*')) {
$executableFiles += 'ArchiSteamFarm', 'ArchiSteamFarm-Service.sh'