Skip to content

Commit

Permalink
💚 Update ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Jul 9, 2023
1 parent 655d753 commit c2ddf4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit c2ddf4c

Please sign in to comment.