gha: fix artifact
This commit is contained in:
parent
d4fceea5d1
commit
a70110d8cc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: stabilizer_${{ github.sha }}_criterion
|
name: stabilizer_${{ github.sha }}_criterion
|
||||||
path: ./target/criterion
|
path: ./dsp/target/criterion
|
||||||
|
|
||||||
# Tell bors about it
|
# Tell bors about it
|
||||||
# https://github.com/rtic-rs/cortex-m-rtic/blob/8a4f9c6b8ae91bebeea0791680f89375a78bffc6/.github/workflows/build.yml#L566-L603
|
# https://github.com/rtic-rs/cortex-m-rtic/blob/8a4f9c6b8ae91bebeea0791680f89375a78bffc6/.github/workflows/build.yml#L566-L603
|
||||||
|
Loading…
Reference in New Issue
Block a user