updload build artifacts

This commit is contained in:
Ferdinand Schober
2023-02-16 11:17:45 +01:00
parent e89885ea84
commit 24a951d502

View File

@@ -24,6 +24,11 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: lan-mouse
path: target/debug/lan-mouse
build-windows:
@@ -35,3 +40,8 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: lan-mouse-windows
path: target/debug/lan-mouse.exe