ci: upload build artifacts

This commit is contained in:
2025-03-11 20:52:23 -04:00
parent bbb026b7bc
commit 4b4193f56d

View File

@@ -39,3 +39,9 @@ jobs:
- name: Build in release mode
run: cargo build --release
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: errornowatcher_${{ matrix.os }}
path: target/release/errornowatcher