YAML examples for EXTRACT
Extract password-protected archive and remove it
yaml- action: "Extract archive" type: "EXTRACT" trigger_time: "ON_EVERY_EXECUTION" source_path: "artifacts/app.zip" destination_path: "dist/" password: '!encrypted anBQwurc0uKtPia2nksQKw==.Kgi4L8R/M5CFW4NnRYs0Fg==' delete_source: true
Extract archive next to the source file
yaml- action: "Extract archive" type: "EXTRACT" source_path: "artifacts/app.zip"