Skip to content

Commit

Permalink
Printf-debugging download-rootfs action
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosNihelton committed Dec 16, 2024
1 parent 29f3902 commit 0006afd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/download-rootfs/action.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0006afd

Please sign in to comment.