From 3bbab92293e121791d37f2701acd90f9f41fd1a3 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Mon, 22 May 2023 00:47:25 +0800 Subject: [PATCH] ci: --- .gitea/workflows/built-bin.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index a77b94a..a0331de 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -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