Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent 7a967d2 commit bd468ff
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: |
xcopy llhl-resources/maps-ag-official\* llhl/dist-full/ag\ /E /K /Y
xcopy llhl-resources/maps-ehll-unofficial\* llhl/dist-full/ag\ /E /K /Y
xcopy llhl-resources/maps-valve-official\* llhl/dist-full/ag\ /E /K /Y
xcopy "llhl-resources/maps-ag-official\*" "llhl/dist-full/ag" /E /K /Y
xcopy "llhl-resources/maps-ehll-unofficial\*" "llhl/dist-full/ag" /E /K /Y
xcopy "llhl-resources/maps-valve-official\*" "llhl/dist-full/ag" /E /K /Y
- name: Prepare releases in zip
run: |
Expand Down

0 comments on commit bd468ff

Please sign in to comment.