Skip to content

Commit

Permalink
updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Apr 21, 2021
1 parent 9a798a8 commit b98ff25
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/release_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,9 @@ on:

jobs:
build:
- main: ./cmd/slowql-digest/
id: "digest"
binary: digest_{{ .Version }}_{{ .OS }}_{{ .Arch }}
goos:
- linux
- darwin
- windows

- main: ./cmd/slowql-replayer/
id: "replayer"
binary: replayer_{{ .Version }}_{{ .OS }}_{{ .Arch }}
goos:
- linux
- darwin
- windows
main:
- ./cmd/slowql-digest/
- ./cmd/slowql-replayer/

name: GoReleaser build
runs-on: ubuntu-latest
Expand Down

0 comments on commit b98ff25

Please sign in to comment.