File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 5151 [pscustomobject]@{GOOS="linux";GOARCH="amd64"},
5252 [pscustomobject]@{GOOS="linux";GOARCH="386"},
5353 [pscustomobject]@{GOOS="darwin";GOARCH="arm64"},
54- [pscustomobject]@{GOOS="darwin";GOARCH="amd64"}
54+ [pscustomobject]@{GOOS="darwin";GOARCH="amd64"},
55+ [pscustomobject]@{GOOS="freebsd";GOARCH="386"},
56+ [pscustomobject]@{GOOS="freebsd";GOARCH="amd64"},
57+ [pscustomobject]@{GOOS="solaris";GOARCH="amd64"}
5558 )
5659 foreach ($target in $targets){
5760 $env:GOOS=$target.GOOS
7376 run : |
7477 git tag ${{ steps.bumpver.outputs.new_version }}
7578 git push --tags
76- - name : release
79+ - name : Create release
7780 uses : softprops/action-gh-release@v1
7881 # if: startsWith(github.ref, 'refs/tags/')
7982 with :
8790 ${{env.BIN}}-${{ steps.bumpver.outputs.new_version }}-linux-amd64.zip
8891 ${{env.BIN}}-${{ steps.bumpver.outputs.new_version }}-linux-386.zip
8992 ${{env.BIN}}-${{ steps.bumpver.outputs.new_version }}-darwin-amd64.zip
90- ${{env.BIN}}-${{ steps.bumpver.outputs.new_version }}-darwin-arm64.zip
93+ ${{env.BIN}}-${{ steps.bumpver.outputs.new_version }}-darwin-arm64.zip
94+ ${{env.BIN}}-${{ steps.bumpver.outputs.new_version }}-freebsd-amd64.zip
95+ ${{env.BIN}}-${{ steps.bumpver.outputs.new_version }}-freebsd-386.zip
96+ ${{env.BIN}}-${{ steps.bumpver.outputs.new_version }}-solaris-amd64.zip
You can’t perform that action at this time.
0 commit comments