Skip to content

Commit

Permalink
Guess that doesn't work for zips
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Nov 6, 2024
1 parent 64c94fe commit 4b88593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/windows/todesktop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
cd ./assets
mkdir uv && mkdir uv\\win && mkdir uv\\macos && mkdir uv\\linux
ls
tar -xzvf uv-x86_64-pc-windows-msvc.zip -C uv\\win --strip-components=1
tar -xzvf uv-x86_64-pc-windows-msvc.zip -C uv\\win
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
Expand Down

0 comments on commit 4b88593

Please sign in to comment.