From c2ddf4cc501dd3b6f1d2c83f382980bb147d8580 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Mon, 10 Jul 2023 07:19:04 +0800 Subject: [PATCH] :green_heart: Update ci scripts --- .github/workflows/Release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 4f553c8..03706bf 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -107,7 +107,7 @@ jobs: go-version: ${{ env.go_version }} - name: Cache go modules (Windows) - if: matrix.config.host == "windows-latest" + if: matrix.config.host == 'windows-latest' uses: actions/cache@v3 with: path: | @@ -118,7 +118,7 @@ jobs: ${{ matrix.config.host }}-go- - name: Cache go modules (Linux) - if: matrix.config.host == "ubuntu-latest" + if: matrix.config.host == 'ubuntu-latest' uses: actions/cache@v3 with: path: | @@ -129,7 +129,7 @@ jobs: ${{ matrix.config.host }}-go- - name: Cache go modules (macOS) - if: matrix.config.host == "macos-latest" + if: matrix.config.host == 'macos-latest' uses: actions/cache@v3 with: path: |