summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-04-22 21:21:53 -0400
committerDax Raad <[email protected]>2025-04-22 21:21:53 -0400
commit789ff3c59b7006c1d16314640ffcc4ce63042789 (patch)
tree7f827d5aaf45404d24520771a63d16d3664d3ad6 /.github
parent259858df5fcaecb75ad8cf09c66ac2278a257204 (diff)
downloadopencode-789ff3c59b7006c1d16314640ffcc4ce63042789.tar.gz
opencode-789ff3c59b7006c1d16314640ffcc4ce63042789.zip
sync
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 44827cffc..939ebb46f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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