ci: fix duplicated name

This commit is contained in:
Unlock Music Dev
2022-11-27 07:47:42 +08:00
parent 04320bd45a
commit e7d360362e
2 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ local CreateRelease() = {
local StepGoBuild(GOOS, GOARCH) = {
local filepath = 'dist/um-%s-%s.tar.gz' % [GOOS, GOARCH],
name: 'go build',
name: 'go build %s/%s' % [GOOS, GOARCH],
image: 'golang:1.19',
environment: {
GOOS: GOOS,