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 c91b3e8 commit 1a199f8
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions .github/workflows/release_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,8 @@ on:
pull_request:

jobs:
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

name: GoReleaser build
runs-on: ubuntu-latest

steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand All @@ -45,4 +27,19 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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

0 comments on commit 1a199f8

Please sign in to comment.