From c6b14456b5915452bbcad08660a59c5cc21406ad Mon Sep 17 00:00:00 2001 From: Niven Date: Thu, 30 Nov 2023 12:03:13 +0800 Subject: [PATCH] Better rename --- .github/workflows/build-dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-dev.yaml b/.github/workflows/build-dev.yaml index 47cffc5de1f..a71e2e45eee 100644 --- a/.github/workflows/build-dev.yaml +++ b/.github/workflows/build-dev.yaml @@ -74,7 +74,7 @@ jobs: name: defichain-${{ env.BUILD_VERSION }}-${{ env.TARGET }} path: ./build/defichain-${{ env.BUILD_VERSION }}-${{ env.TARGET }}.${{ env.PKG_TYPE }} - - name: Delete previous cpp cache + - name: Delete previous cpp build cache if: ${{ github.ref == 'refs/heads/master' && steps.cpp-cache-restore.outputs.cache-hit }} continue-on-error: true run: | @@ -83,7 +83,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Save cpp cache + - name: Save cpp build cache if: ${{ github.ref == 'refs/heads/master' }} uses: actions/cache/save@v3 with: