build(ci): recognize windows exe

This commit is contained in:
xeruf 2024-12-06 22:30:13 +01:00
parent ced5c4b3ef
commit 77bc359d8a
1 changed files with 2 additions and 2 deletions

View File

@ -15,17 +15,17 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test --no-default-features
- name: Install libdbus on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libdbus-1-dev
- run: cargo test
- run: cargo build --release
- uses: actions/upload-artifact@v4
with:
name: mostr_${{ github.sha }}_${{ matrix.os }}
path: target/release/mostr
path: target/release/mostr*
#build-arm:
# runs-on: ${{ matrix.os }}
# if: startsWith(github.ref, 'refs/tags/')