mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-12 02:01:28 +03:00
updload build artifacts
This commit is contained in:
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
@@ -24,6 +24,11 @@ jobs:
|
|||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
- name: Upload build artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: lan-mouse
|
||||||
|
path: target/debug/lan-mouse
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
|
|
||||||
@@ -35,3 +40,8 @@ jobs:
|
|||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
- name: Upload build artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: lan-mouse-windows
|
||||||
|
path: target/debug/lan-mouse.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user