Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Oct 4, 2024
1 parent f1d7d70 commit 6d8c599
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
- name: Unify folders
shell: cmd
run: |
call :flatten_directory "xray-16-dependencies*"
call :flatten_directory "ogg"
call :flatten_directory "theora"
call :flatten_directory "vorbis"
call :flatten_directory "xray-16-dependencies*", /r
call :flatten_directory "ogg",
call :flatten_directory "theora",
call :flatten_directory "vorbis",
exit /b
:flatten_directory
for /d /r %%D in ("%1") do (
for /d %2 %%D in ("%1") do (
echo Moving contents of %%D to the parent directory...
rem Copy all files and directories recursively
Expand Down

0 comments on commit 6d8c599

Please sign in to comment.