ソースを参照

[ci] Fix the name of our source file

Colin Powell 2 週間 前
コミット
89a2fe82a6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -10,7 +10,7 @@ steps:
       GOOS: linux
       GOARCH: amd64
     commands:
-      - go build -o camcap main.go
+      - go build -o camcap camcap.go
 
   - name: publish-release
     image: curlimages/curl