Skip to content

Commit

Permalink
change directory to DL artifact to
Browse files Browse the repository at this point in the history
  • Loading branch information
Makrennel committed Jun 12, 2024
1 parent 0806e46 commit fed8790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refresh-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Extract
run: |
mkdir hyprland-void
curl -L https://github.com/Makrennel/hyprland-void/actions/runs/9457220549/artifacts/1587632942 > ~/hyprland-void.zip
unzip -d ~/hyprland-void ~/hyprland-void.zip
curl -L https://github.com/Makrennel/hyprland-void/actions/runs/9457220549/artifacts/1587632942 > ./hyprland-void.zip
unzip -d ./hyprland-void ./hyprland-void.zip
mkdir ~/repository
tar -xvf ./hyprland-void/hyprland.tar.gz -C ~/repository
Expand Down

0 comments on commit fed8790

Please sign in to comment.