Skip to content

Commit 19a047e

Browse files
author
Jason Kulatunga
committed
fix release.yaml.
1 parent 78635f8 commit 19a047e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cd $PROJECT_PATH
3535
3636
go mod vendor
37-
mkdir -p /go/pkg/mod/gopkg.in/libgit2/git2go.v25@v25.1.0/vendor/libgit2/build/
37+
mkdir -p vendor/gopkg.in/libgit2/git2go.v25/vendor/libgit2/build/
3838
cp /usr/local/linux/lib/pkgconfig/libgit2.pc vendor/gopkg.in/libgit2/git2go.v25/vendor/libgit2/build/libgit2.pc
3939
4040
go test -mod vendor -v -tags "static" $(go list ./... | grep -v /vendor/)

0 commit comments

Comments
 (0)