[ci] Fix the name of our source file

This commit is contained in:
2025-09-29 23:11:44 -04:00
parent 364ee88db7
commit 89a2fe82a6

View File

@ -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