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: