From e29ae70f06891c953bdb77fccb96e422206af584 Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:20:38 +0200 Subject: [PATCH] Upload CI Artifacts on Windows --- .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 1ca2bbb3..72604c39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,13 +103,13 @@ jobs: uses: actions/upload-artifact@v3 with: name: swap-${{ matrix.target }} - path: target/${{ matrix.target }}/debug/swap + path: target/${{ matrix.target }}/debug/swap* - name: Upload asb binary uses: actions/upload-artifact@v3 with: name: asb-${{ matrix.target }} - path: target/${{ matrix.target }}/debug/asb + path: target/${{ matrix.target }}/debug/asb* test: strategy: