ci:
This commit is contained in:
parent
e5c4942c17
commit
ff1a718e76
@ -67,7 +67,7 @@ jobs:
|
|||||||
name: Cache Executable Binaries
|
name: Cache Executable Binaries
|
||||||
uses: https://github.com/actions/cache/restore@v3
|
uses: https://github.com/actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: ./network-monitor
|
path: ./target/release/network-monitor
|
||||||
key: ${{ runner.os }}-release-${{ steps.tag.outputs.tag }}
|
key: ${{ runner.os }}-release-${{ steps.tag.outputs.tag }}
|
||||||
- if: ${{ steps.restore-executable-binary.outputs.cache-hit != 'true' }}
|
- if: ${{ steps.restore-executable-binary.outputs.cache-hit != 'true' }}
|
||||||
name: Check if binary exists
|
name: Check if binary exists
|
||||||
|
Loading…
Reference in New Issue
Block a user