Update to handle /v3 version
All checks were successful
Generate and Release Protos / release (push) Successful in 29s

This commit is contained in:
2026-02-19 17:13:47 +00:00
parent 50e2907f47
commit 91e9432a07

View File

@@ -94,7 +94,7 @@ jobs:
- name: Publish Go
run: |
VERSION="v${{ steps.get_version.outputs.VERSION }}"
MOD_NAME="git.fjla.uk/owlboard/api-schema-types"
MOD_NAME="git.fjla.uk/owlboard/api-schema-types/v3"
ZIP_ROOT="/tmp/go_upload"
FULL_PATH="$ZIP_ROOT/$MOD_NAME@$VERSION"