Pārlūkot izejas kodu

[ci] Fix the name of our source file

Colin Powell 2 nedēļas atpakaļ
vecāks
revīzija
89a2fe82a6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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