[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 GOOS: linux
GOARCH: amd64 GOARCH: amd64
commands: commands:
- go build -o camcap main.go - go build -o camcap camcap.go
- name: publish-release - name: publish-release
image: curlimages/curl image: curlimages/curl