File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 # build and publish in parallel
1818 goos : [linux]
1919 goarch : ["386", amd64, arm64]
20- steps :
21- - uses : actions/checkout@v3
22- - uses : wangyoucao577/go-release-action@v1
23- with :
24- github_token : ${{ secrets.GITHUB_TOKEN }}
25- goos : ${{ matrix.goos }}
26- goarch : ${{ matrix.goarch }}
27- goversion : " https://dl.google.com/go/go1.21.3.linux-amd64.tar.gz"
28- project_path : " ."
29- binary_name : " swiftwave-dns"
20+ steps :
21+ - uses : actions/checkout@v3
22+ - uses : wangyoucao577/go-release-action@v1
23+ with :
24+ github_token : ${{ secrets.GITHUB_TOKEN }}
25+ goos : ${{ matrix.goos }}
26+ goarch : ${{ matrix.goarch }}
27+ goversion : " https://dl.google.com/go/go1.21.3.linux-amd64.tar.gz"
28+ project_path : " ."
29+ binary_name : " swiftwave-dns"
You can’t perform that action at this time.
0 commit comments