From 0006afdb1749c100f9a88541cedd8e2632516489 Mon Sep 17 00:00:00 2001 From: Carlos Nihelton Date: Mon, 16 Dec 2024 17:06:23 -0300 Subject: [PATCH] Printf-debugging download-rootfs action --- .github/actions/download-rootfs/action.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/download-rootfs/action.yaml b/.github/actions/download-rootfs/action.yaml index d6ed8125..2e400778 100644 --- a/.github/actions/download-rootfs/action.yaml +++ b/.github/actions/download-rootfs/action.yaml @@ -1,5 +1,5 @@ name: Download Ubuntu WSL Rootfs -description: Download the latest Rootfs for a particular release of Ubuntu WSL +description: Download the latest Rootfs for a particular release of Ubuntu WSL inputs: distros: @@ -93,6 +93,8 @@ runs: $file = ".\${name}.tar.gz" + Write-Output "Saving $url to $file" + & ${{ github.action_path }}\download-rootfs.ps1 -Path "${file}" -URL "$url" if ( ! $? ) { $allSuccess = $false