Skip to content

Commit

Permalink
I had cded into UV
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Nov 6, 2024
1 parent 6e6f411 commit 6edaa4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/build/windows/todesktop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ runs:
run: |
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
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
rm uv-x86_64-pc-windows-msvc.zip uv-aarch64-apple-darwin.tar.gz uv-x86_64-unknown-linux-gnu.tar.gz
- name: Make app
shell: powershell
Expand Down

0 comments on commit 6edaa4d

Please sign in to comment.