fix: correct release artifact naming from go-onvif to onvif-go

This commit is contained in:
ProtoTess
2025-11-17 15:29:33 +00:00
parent 13b4b08413
commit c6b21bdb18
+1 -1
View File
@@ -89,7 +89,7 @@ jobs:
run: |
VERSION=${{ steps.version.outputs.VERSION }}
PLATFORM="${{ matrix.goos }}-${{ matrix.goarch }}"
ARCHIVE_NAME="go-onvif-${VERSION}-${PLATFORM}"
ARCHIVE_NAME="onvif-go-${VERSION}-${PLATFORM}"
mkdir -p releases