diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 441caf2..500c6a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,9 @@ jobs: - uses: actions/upload-artifact@v4 with: name: mostr_${{ github.sha }}_${{ matrix.os }} - path: target/release/mostr* + path: | + target/release/mostr + target/release/mostr.exe #build-arm: # runs-on: ${{ matrix.os }} # if: startsWith(github.ref, 'refs/tags/')