ci:
This commit is contained in:
parent
ff1a718e76
commit
3bbab92293
@ -69,9 +69,11 @@ jobs:
|
||||
with:
|
||||
path: ./target/release/network-monitor
|
||||
key: ${{ runner.os }}-release-${{ steps.tag.outputs.tag }}
|
||||
|
||||
- if: ${{ steps.restore-executable-binary.outputs.cache-hit != 'true' }}
|
||||
name: Check if binary exists
|
||||
name: Check if binary not exists
|
||||
run: echo "missing program"
|
||||
continue-on-error: false
|
||||
|
||||
- name: Log in to the Container registry
|
||||
uses: https://github.com/docker/login-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user