mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
build(ci): try fix goreleaser build cache
This commit is contained in:
parent
bf5df76168
commit
a77066dd5d
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -29,6 +29,9 @@ jobs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.23"
|
go-version: "1.23"
|
||||||
|
cache-dependency-path: |
|
||||||
|
go.sum
|
||||||
|
.goreleaser.yaml
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v6
|
uses: goreleaser/goreleaser-action@v6
|
||||||
if: ${{ contains(github.ref, 'v') }}
|
if: ${{ contains(github.ref, 'v') }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user