mirror of
https://github.com/criyle/go-judge.git
synced 2025-09-26 22:39:12 +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
|
||||
with:
|
||||
go-version: "1.23"
|
||||
cache-dependency-path: |
|
||||
go.sum
|
||||
.goreleaser.yaml
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
if: ${{ contains(github.ref, 'v') }}
|
||||
|
Loading…
Reference in New Issue
Block a user