diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 382b813eb..1d7e8738d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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'