build(ci): only capture exe on windows for upload
This commit is contained in:
parent
d85ff3ac8d
commit
660d7b1815
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -25,7 +25,9 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: mostr_${{ github.sha }}_${{ matrix.os }}
|
name: mostr_${{ github.sha }}_${{ matrix.os }}
|
||||||
path: target/release/mostr*
|
path: |
|
||||||
|
target/release/mostr
|
||||||
|
target/release/mostr.exe
|
||||||
#build-arm:
|
#build-arm:
|
||||||
# runs-on: ${{ matrix.os }}
|
# runs-on: ${{ matrix.os }}
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
# if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|
Loading…
Add table
Reference in a new issue