ci:
Some checks failed
Gitea Actions Demo / build (push) Successful in 38s
Gitea Actions Demo / docker (push) Failing after 12s

This commit is contained in:
Ivan Li 2023-05-22 00:40:05 +08:00
parent e5c4942c17
commit ff1a718e76

View File

@ -67,7 +67,7 @@ jobs:
name: Cache Executable Binaries
uses: https://github.com/actions/cache/restore@v3
with:
path: ./network-monitor
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