ci: upload build artifacts
This commit is contained in:
parent
bbb026b7bc
commit
4b4193f56d
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user