add upload_url output
Some checks failed
Publish Docker image / Push docker image to registry (push) Failing after 5s
Publish release zip / build (push) Failing after 57s

This commit is contained in:
sim0n00ps 2025-05-04 19:48:10 +01:00
parent 2e5d64a960
commit 64c4fa05b5

View File

@ -14,6 +14,9 @@ inputs:
description: 'Content-Type of the file' description: 'Content-Type of the file'
default: 'application/octet-stream' default: 'application/octet-stream'
required: false required: false
outputs:
upload_url:
description: 'The upload URL for attaching release assets'
runs: runs:
using: 'node16' using: 'node16'
main: 'index.js' main: 'index.js'