From 91b14b4ed5621635f51f886331a3003974078f95 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Wed, 10 Jul 2024 06:02:57 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0b7ba4..6cc55d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: syncoxiders - path: ./target/release/syncoxiders + path: target/release/syncoxiders - name: build x86_64-unknown-linux-gnu run: cargo build --all --release --target x86_64-unknown-linux-gnu @@ -37,4 +37,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: syncoxiders_x86_64-unknown-linux-gnu - path: ./target/x86_64-unknown-linux-gnu/syncoxiders + path: target/x86_64-unknown-linux-gnu/release/syncoxiders