Skip to content

Commit

Permalink
guess that command is not supported on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Nov 6, 2024
1 parent fa074fd commit 64c94fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/build/windows/todesktop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ runs:
cd ./assets
mkdir uv && mkdir uv\\win && mkdir uv\\macos && mkdir uv\\linux
ls
tar -xzvf uv-x86_64-pc-windows-msvc.zip --one-top-level=uv\\win
tar -xzvf uv-aarch64-apple-darwin.tar.gz --one-top-level=uv\\macos
tar -xzvf uv-x86_64-unknown-linux-gnu.tar.gz --one-top-level=uv\\linux
tar -xzvf uv-x86_64-pc-windows-msvc.zip -C uv\\win --strip-components=1
tar -xzvf uv-aarch64-apple-darwin.tar.gz -C uv\\macos --strip-components=1
tar -xzvf uv-x86_64-unknown-linux-gnu.tar.gz -C uv\\linux --strip-components=1
cd uv/win && dir
- name: Make app
shell: powershell
env:
Expand Down

0 comments on commit 64c94fe

Please sign in to comment.