ci:
Some checks reported warnings
Gitea Actions Demo / build (push) Has started running
Gitea Actions Demo / docker (push) Has been cancelled

This commit is contained in:
Ivan Li 2023-05-21 16:47:38 +08:00
parent 1d9b5248bc
commit 56f7cb788e

View File

@ -22,7 +22,7 @@ jobs:
run: cargo build --release
- name: Cache Executable Binary
uses: actions/cache@v3
uses: https://github.com/actions/cache@v3
with:
path: ./target/release/network-monitor
key: ${{ runner.os }}-release-${{ steps.tag.outputs.tag}}