mirror of
https://github.com/rexlManu/pterodactyl-upload-action.git
synced 2025-02-03 13:36:41 -05:00
fix: decompress target cou;dn't be used
This commit is contained in:
parent
dd31710189
commit
cc232ce884
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue