From 13ff3af1db2010b307646a2f41bf4f520ed23fed Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Sun, 22 Mar 2026 00:18:54 +0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d14c645..29667f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,6 @@ jobs: mkdir dist find artifacts -name "*.tar.gz" -exec tar -xzf {} -C dist \; - # используем musl как runtime бинарь cp dist/telemt-x86_64-unknown-linux-musl dist/telemt || true - uses: docker/setup-qemu-action@v3