ci: upload build artifacts

This commit is contained in:
Ryan 2025-03-11 20:52:23 -04:00
parent bbb026b7bc
commit 4b4193f56d
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

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