From 520ad8cbeb89f1de457c56b505a664c3d0ed73c2 Mon Sep 17 00:00:00 2001 From: Ethosa Date: Mon, 15 Apr 2024 12:47:32 +0700 Subject: [PATCH] fix artifacts action --- .github/workflows/artifacts.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 6aa6ab5..bed3ca6 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -44,8 +44,7 @@ jobs: - name: Unix build run: | cd src/ - nim c -d:danger -d:strip --cpu:amd64 --passC:-flto --passL:-flto --out:../bin/linux/x64/elys elys - nim c -d:danger -d:strip --cpu:i386 --passC:-flto --passL:-flto --out:../bin/linux/x86/elys elys + nim c -d:danger -d:strip --passC:-flto --passL:-flto --out:../bin/linux/x64/elys elys - uses: actions/upload-artifact@v4 with: