mirror of
https://github.com/sst/opencode.git
synced 2025-07-08 00:25:00 +00:00
sync
This commit is contained in:
parent
259858df5f
commit
789ff3c59b
1 changed files with 0 additions and 11 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -30,17 +30,6 @@ jobs:
|
|||
|
||||
- run: go mod download
|
||||
|
||||
- name: Cache GoReleaser build
|
||||
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