From 89a2fe82a6f35a7ade3a5de9b548bf156c325c1e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 29 Sep 2025 23:11:44 -0400 Subject: [PATCH] [ci] Fix the name of our source file --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d93dab3..5429501 100644 --- a/.drone.yml +++ b/.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