Add verbose logging for curl output in the Publish Go job
Some checks failed
Generate and Release Protos / release (push) Failing after 21s

This commit is contained in:
2026-01-07 14:30:57 +00:00
parent ab31c84913
commit cf2609f624

View File

@@ -82,6 +82,6 @@ jobs:
go mod init git.fjla.uk/owlboard/backend-data-contracts go mod init git.fjla.uk/owlboard/backend-data-contracts
go mod tidy go mod tidy
zip -r ../../rail-backend-${{ steps.get_version.outputs.VERSION }}.zip . zip -r ../../rail-backend-${{ steps.get_version.outputs.VERSION }}.zip .
curl --user "owlbot:${{ secrets.PACKAGE_PUSH }}" \ curl -f -v --user "owlbot:${{ secrets.PACKAGE_PUSH }}" \
--upload-file ../../rail-backend-${{ steps.get_version.outputs.VERSION }}.zip \ --upload-file ../../rail-backend-${{ steps.get_version.outputs.VERSION }}.zip \
${{ github.server_url }}/api/packages/owlboard/go/upload ${{ github.server_url }}/api/packages/owlboard/go/upload