ci:
This commit is contained in:
parent
1d9b5248bc
commit
56f7cb788e
@ -22,7 +22,7 @@ jobs:
|
|||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
- name: Cache Executable Binary
|
- name: Cache Executable Binary
|
||||||
uses: actions/cache@v3
|
uses: https://github.com/actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ./target/release/network-monitor
|
path: ./target/release/network-monitor
|
||||||
key: ${{ runner.os }}-release-${{ steps.tag.outputs.tag}}
|
key: ${{ runner.os }}-release-${{ steps.tag.outputs.tag}}
|
||||||
|
Loading…
Reference in New Issue
Block a user