Add verbose logging for curl output in the Publish Go job
Some checks failed
Generate and Release Protos / release (push) Failing after 21s
Some checks failed
Generate and Release Protos / release (push) Failing after 21s
This commit is contained in:
@@ -82,6 +82,6 @@ jobs:
|
||||
go mod init git.fjla.uk/owlboard/backend-data-contracts
|
||||
go mod tidy
|
||||
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 \
|
||||
${{ github.server_url }}/api/packages/owlboard/go/upload
|
||||
|
||||
Reference in New Issue
Block a user