From 5cf74819095901443facc47e23ba988c80e0bb19 Mon Sep 17 00:00:00 2001 From: Bridget Almas Date: Wed, 28 Aug 2024 19:30:03 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 443b18d..0f82942 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,4 +24,4 @@ jobs: run: bash -c "cd src/ && CFLAGS='-std=gnu89 -fcommon' make && make install" - name: strip - run: bash -c "strip bin/morpheus cp bin/morpheus dist/bin/platform/Linux_x86-gcc4" + run: bash -c "strip bin/morpheus && cp bin/morpheus dist/bin/platform/Linux_x86-gcc4"