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