File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454 - name : Build release assets
5555 run : |
5656 $(go env GOPATH)/bin/gox \
57- -output='build/gocat-${{ tag.outputs.TAG }}-{{ .OS }}-{{ .Arch }}' \
57+ -output='build/gocat-${{ steps. tag.outputs.TAG }}-{{ .OS }}-{{ .Arch }}' \
5858 -arch='amd64' \
5959 -os='linux darwin' \
6060 -verbose \
7878 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7979 with :
8080 upload_url : ${{ steps.create_release.outputs.upload_url }}
81- asset_path : ./build/gocat-${{ tag.outputs.TAG }}-darwin-amd64
82- asset_name : gocat-${{ tag.outputs.TAG }}-darwin-amd64
81+ asset_path : ./build/gocat-${{ steps. tag.outputs.TAG }}-darwin-amd64
82+ asset_name : gocat-${{ steps. tag.outputs.TAG }}-darwin-amd64
8383 asset_content_type : application/octet-stream
8484
8585 # TODO: Replace with glob pattern once `actions/upload-release-asset` supports it
8888 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8989 with :
9090 upload_url : ${{ steps.create_release.outputs.upload_url }}
91- asset_path : ./build/gocat-${{ tag.outputs.TAG }}-linux-amd64
92- asset_name : gocat-${{ tag.outputs.TAG }}-linux-amd64
91+ asset_path : ./build/gocat-${{ steps. tag.outputs.TAG }}-linux-amd64
92+ asset_name : gocat-${{ steps. tag.outputs.TAG }}-linux-amd64
9393 asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments