From df36636184c25cd9c1193403d1813c337660f215 Mon Sep 17 00:00:00 2001 From: Christian Stolz Date: Thu, 26 Sep 2024 20:39:42 +0200 Subject: [PATCH] Pick right file --- .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 45cbb42..b1b3d9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,4 +28,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: rusty-buddy-${{ matrix.target }} - path: target/${{ matrix.target }}/release/rusty-buddy${{ matrix.os == 'windows-latest' && '.exe' || '' }} + path: target/release/rusty-buddy${{ matrix.os == 'windows-latest' && '.exe' || '' }}