fix: correct release artifact naming from go-onvif to onvif-go
This commit is contained in:
@@ -89,7 +89,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
VERSION=${{ steps.version.outputs.VERSION }}
|
VERSION=${{ steps.version.outputs.VERSION }}
|
||||||
PLATFORM="${{ matrix.goos }}-${{ matrix.goarch }}"
|
PLATFORM="${{ matrix.goos }}-${{ matrix.goarch }}"
|
||||||
ARCHIVE_NAME="go-onvif-${VERSION}-${PLATFORM}"
|
ARCHIVE_NAME="onvif-go-${VERSION}-${PLATFORM}"
|
||||||
|
|
||||||
mkdir -p releases
|
mkdir -p releases
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user