build(ci): only capture exe on windows for upload

This commit is contained in:
xeruf 2024-12-07 01:10:28 +01:00
parent d85ff3ac8d
commit 660d7b1815

View file

@ -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/')