From 3b263b0c95b87b7df023411d26bde16baf8a068a Mon Sep 17 00:00:00 2001 From: ihavecoke Date: Wed, 19 Jun 2024 13:34:53 +0800 Subject: [PATCH] Add cache to release action --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a4d42773..6f451ee05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,11 @@ jobs: with: node-version: 18 cache: yarn + - name: Webpack cache + uses: actions/cache@v4 + with: + path: ./node_modules/.cache + key: ${{ runner.os }}-webpack-cache - name: Download ossutils zip run: |