mirror of
https://github.com/sst/opencode.git
synced 2025-07-08 00:25:00 +00:00
remove cache
This commit is contained in:
parent
789ff3c59b
commit
7648a2d790
1 changed files with 1 additions and 12 deletions
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
|
@ -29,18 +29,7 @@ jobs:
|
|||
cache-dependency-path: go.sum
|
||||
|
||||
- run: go mod download
|
||||
|
||||
- name: Restore GoReleaser build cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
dist/
|
||||
.goreleaser.cache
|
||||
key: ${{ runner.os }}-go-build-${{ hashFiles('**/*.go') }}-${{ hashFiles('go.sum') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-go-build-
|
||||
|
||||
|
||||
- uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
distribution: goreleaser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue