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 a1c87df commit 9a798a8
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions .github/workflows/release_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,30 @@ name: Release Go project

on:
push:
branches:
- 'master'
tags:
- "*"

builds:
- main: ./cmd/slowql-digest/
id: "digest"
binary: digest
goos:
- linux
- darwin
- windows

- main: ./cmd/slowql-replayer/
id: "replayer"
binary: replayer
goos:
- linux
- darwin
- windows
- 'v*'
pull_request:

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

name: GoReleaser build
runs-on: ubuntu-latest

Expand Down

0 comments on commit 9a798a8

Please sign in to comment.