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 bcc8601 commit ca01755
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/release_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
builds:
- 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
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ca01755

Please sign in to comment.