Browse Source

build binaries on release

pull/2321/head
Chris Lu 3 years ago
parent
commit
5035b0a109
  1. 5
      .github/workflows/binaries_release.yml

5
.github/workflows/binaries_release.yml

@ -3,8 +3,9 @@
name: "go: build versioned binaries"
on:
release:
types: [created]
push:
tags:
- '*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Loading…
Cancel
Save