提交 1b75832e 编写于 作者: S Siddharth Kothari

format: rename macos build file to abc-darwin

上级 5e7564b2
...@@ -52,13 +52,13 @@ jobs: ...@@ -52,13 +52,13 @@ jobs:
- git clone https://$PAT@github.com/appbaseio-confidential/abc-import private - git clone https://$PAT@github.com/appbaseio-confidential/abc-import private
script: script:
- go build -tags 'seabolt_static !oss' -o "abc-macos" ./cmd/abc/... - go build -tags 'seabolt_static !oss' -o "abc-darwin" ./cmd/abc/...
deploy: deploy:
provider: releases provider: releases
api_key: $PAT api_key: $PAT
skip_cleanup: true skip_cleanup: true
file: abc-macos file: abc-darwin
draft: true draft: true
on: on:
all_branches: true all_branches: true
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册