Skip to content

Commit

Permalink
chore: add echo to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent df691e3 commit 79a2ce5
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
echo d | xcopy llhl-resources\maps-ag-official\* llhl\dist-full\ag /E /K /Y
echo d | xcopy llhl-resources\maps-ehll-unofficial\* llhl\dist-full\ag /E /K /Y
echo d | 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 79a2ce5

Please sign in to comment.