fix: decompress target cou;dn't be used

This commit is contained in:
Emmanuel Lampe 2023-08-22 17:34:37 +02:00
parent dd31710189
commit cc232ce884
No known key found for this signature in database
GPG key ID: 2E080FC227CB0AE7

View file

@ -29,6 +29,10 @@ inputs:
proxy:
description: "The proxy to use"
required: false
decompress-target:
description: "Decompress archive file after upload in target"
required: false
default: false
runs:
using: "node16"
main: "dist/index.js"