Skip to content

Commit

Permalink
try to fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 24, 2024
1 parent 3662926 commit 8c78e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c78e03

Please sign in to comment.