From 9d5e043e4efa25ef0b314e3a0baf3d8e3e98bb91 Mon Sep 17 00:00:00 2001 From: Maxence Vast <34278027+MaxVast@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:27:17 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eff964..85241f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: app-rust-server-websocket - path: target/release/server-websocket + path: target/release/server-ws