We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c9cf0 commit d99feb2Copy full SHA for d99feb2
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
export GOOS=$os
71
72
binary=bin/run-$GOOS-$GOARCH
73
- go build -o $binary -ldflags="-s -w -X main.Version=${{ steps.meta.outputs.version }}-${{steps.meta.outputs.short_sha}}" -tags urfave_cli_no_docs ./cmd/run
+ time -f "\ntook %E time\n" go build -o $binary -ldflags="-s -w -X main.Version=${{ steps.meta.outputs.version }}-${{steps.meta.outputs.short_sha}}" -tags urfave_cli_no_docs ./cmd/run
74
done
75
76
0 commit comments