mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 03:33:02 +00:00
ci: fix duplicated name
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user