Skip to content

Commit

Permalink
chore: use robocopy in build-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent 16aef1e commit e4ee98e
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: |
Copy-Item -Recurse -Force llhl-resources/maps-ag-official/* llhl/dist-full/ag/
Copy-Item -Recurse -Force llhl-resources/maps-ehll-unofficial/* llhl/dist-full/ag/
Copy-Item -Recurse -Force llhl-resources/maps-valve-official/* llhl/dist-full/ag/
robocopy llhl-resources/maps-ag-official llhl/dist-full/ag /MIR
robocopy llhl-resources/maps-ehll-unofficial llhl/dist-full/ag /MIR
robocopy llhl-resources/maps-valve-official llhl/dist-full/ag /MIR
- name: Prepare releases in zip
run: |
Expand Down

0 comments on commit e4ee98e

Please sign in to comment.