From 05415530b27efb98cd28d62644b52fee28998696 Mon Sep 17 00:00:00 2001 From: Burhan R <53955076+burhanr13@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:52:49 -0800 Subject: [PATCH] Update linux-ci.yml --- .github/workflows/linux-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index edfacce..3b699dc 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -16,8 +16,7 @@ jobs: run: sudo apt install libsdl2-dev libglew-dev libxxhash-dev libxbyak-dev libcapstone-dev - name: build run: make USER=1 - - name: compress - run: zip ctremu-linux.zip ./ctremu - uses: actions/upload-artifact@v4 - with: + with: + name: ctremu-linux path: ./ctremu-linux.zip