Skip to content

Commit 589d882

Browse files
committed
update release action
1 parent e2b5e5f commit 589d882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
goos: ${{ matrix.goos }}
2727
goarch: ${{ matrix.goarch }}
28-
goversion: "https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz"
29-
project_path: "howto.go"
28+
goversion: "https://dl.google.com/go/go1.19.1.linux-amd64.tar.gz"
29+
project_path: "."
3030
binary_name: "howto"
3131
extra_files: LICENSE README.md

0 commit comments

Comments
 (0)