1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

BUILD: Fix Linux binary releases (#2237)

Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
Tom Limoncelli
2023-03-26 12:58:17 -07:00
committed by GitHub
parent 9ffec690f5
commit 5d8cd9fc09

View File

@@ -27,6 +27,8 @@ jobs:
- name: Build binaries
run: go run build/build.go
env:
CGO_ENABLED: 0
- name: Get release from tag
run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})