Skip to content

Commit

Permalink
chore: fix again robocopy
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent 4bbdbd2 commit 030f6c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ jobs:
- name: Copy LLHL resources to LLHL folder
run: |
robocopy llhl-resources/maps-ag-official llhl/dist-full/ag
robocopy llhl-resources/maps-ehll-unofficial llhl/dist-full/ag
robocopy llhl-resources/maps-valve-official llhl/dist-full/ag
robocopy llhl-resources/maps-ag-official llhl/dist-full/ag /E /COPYALL /R:5 /W:5
robocopy llhl-resources/maps-ehll-unofficial llhl/dist-full/ag /E /COPYALL /R:5 /W:5
robocopy llhl-resources/maps-valve-official llhl/dist-full/ag /E /COPYALL /R:5 /W:5
- name: Prepare releases in zip
run: |
Expand Down

0 comments on commit 030f6c8

Please sign in to comment.