From a72d12ef75a75b908fc490bbf8164a299966530b Mon Sep 17 00:00:00 2001 From: Archi Date: Sun, 5 Sep 2021 22:16:40 +0200 Subject: [PATCH] Revert "CI: Don't apply zip_exec on generic-netf" This reverts commit 63d25d06aa198e996edad43ad74b941d3fb6558e. --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'