From 8c78e031a27a934fdf04f8af2c16b8344861b87d Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 24 Oct 2024 12:12:43 -0500 Subject: [PATCH] try to fix windows --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 544f725..a5122a5 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: id: install-path-windows run: | $install_path = [IO.Path]::Combine($home, ".shorebird") - install_path=$install_path >> $env:GITHUB_ENV + Write-Output "install_path=$install_path" >> $env:GITHUB_ENV shell: pwsh - name: 💾 Configure Shorebird Cache