summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-06-10 09:30:15 -0500
committerSean E. Russell <ser@ser1.net>2020-06-10 09:30:15 -0500
commitba4dcc8735d5218691fd30f7ed989a11af8997de (patch)
treef23902310b7204da8b733fda2ebb187c6fa8a611
parent28280b79a511bf550422bff717246335de1f53ae (diff)
Use legal git tag names${VERSION}+nvidia-${NVIDIA}
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 51e06d0..2f8e9cc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
- name: Compile
shell: bash
- run: go build -o gotop -ldflags "-extldflags '-static' -X main.Version=${VERSION}+nvidia:${NVIDIA} -X main.BuildDate=$(date +%Y%m%dT%H%M%s)" ./gotop.go
+ run: go build -o gotop -ldflags "-extldflags '-static' -X main.Version=${VERSION}+nvidia-${NVIDIA} -X main.BuildDate=$(date +%Y%m%dT%H%M%s)" ./gotop.go
env:
VERSION: ${{ github.event.client_payload.tag }}
NVIDIA: ${{ steps.tag_name.outputs.tag }}
@@ -46,7 +46,7 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
- automatic_release_tag: "${VERSION}+nvidia:${NVIDIA}"
+ automatic_release_tag: "${VERSION}+nvidia-${NVIDIA}"
draft: false
title: "${VERSION} Linux amd64 with NVidia ${NVIDIA} extension"
files: gotop.xz