Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 9, 2024
1 parent a9f5fd8 commit 2896462
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 16 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,11 @@ jobs:
mkdir -p modules/mono/glue/GodotSharp/GodotSharpEditor
# Move the extracted folders to their target locations
cp -r temp_extract/GodotSharp/. modules/mono/glue/GodotSharp/GodotSharp/
cp -r temp_extract/GodotSharpEditor/. modules/mono/glue/GodotSharp/GodotSharpEditor/
rsync -av temp_extract/GodotSharp/ modules/mono/glue/GodotSharp/GodotSharp/
rsync -av temp_extract/GodotSharpEditor/ modules/mono/glue/GodotSharp/GodotSharpEditor/
ls -la ./modules/mono/glue/GodotSharp/GodotSharp/
ls -la ./modules/mono/glue/GodotSharp/GodotSharpEditor/
# Clean up the temporary directory
rm -rf temp_extract monoglue.tar.gz
Expand Down Expand Up @@ -479,8 +482,11 @@ jobs:
mkdir -p modules/mono/glue/GodotSharp/GodotSharpEditor
# Move the extracted folders to their target locations
mv temp_extract/GodotSharp/* modules/mono/glue/GodotSharp/GodotSharp/
mv temp_extract/GodotSharpEditor/* modules/mono/glue/GodotSharp/GodotSharpEditor/
rsync -av temp_extract/GodotSharp/ modules/mono/glue/GodotSharp/GodotSharp/
rsync -av temp_extract/GodotSharpEditor/ modules/mono/glue/GodotSharp/GodotSharpEditor/
ls -la ./modules/mono/glue/GodotSharp/GodotSharp/
ls -la ./modules/mono/glue/GodotSharp/GodotSharpEditor/
# Clean up the temporary directory
rm -rf temp_extract monoglue.tar.gz
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ios_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,11 @@ jobs:
mkdir -p modules/mono/glue/GodotSharp/GodotSharpEditor
# Move the extracted folders to their target locations
mv temp_extract/GodotSharp/* modules/mono/glue/GodotSharp/GodotSharp/
mv temp_extract/GodotSharpEditor/* modules/mono/glue/GodotSharp/GodotSharpEditor/
rsync -av temp_extract/GodotSharp/ modules/mono/glue/GodotSharp/GodotSharp/
rsync -av temp_extract/GodotSharpEditor/ modules/mono/glue/GodotSharp/GodotSharpEditor/
ls -la ./modules/mono/glue/GodotSharp/GodotSharp/
ls -la ./modules/mono/glue/GodotSharp/GodotSharpEditor/
# Clean up the temporary directory
rm -rf temp_extract monoglue.tar.gz
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,11 @@ jobs:
mkdir -p modules/mono/glue/GodotSharp/GodotSharpEditor
# Move the extracted folders to their target locations
cp -r temp_extract/GodotSharp/. modules/mono/glue/GodotSharp/GodotSharp/
cp -r temp_extract/GodotSharpEditor/. modules/mono/glue/GodotSharp/GodotSharpEditor/
rsync -av temp_extract/GodotSharp/ modules/mono/glue/GodotSharp/GodotSharp/
rsync -av temp_extract/GodotSharpEditor/ modules/mono/glue/GodotSharp/GodotSharpEditor/
ls -la ./modules/mono/glue/GodotSharp/GodotSharp/
ls -la ./modules/mono/glue/GodotSharp/GodotSharpEditor/
# Clean up the temporary directory
rm -rf temp_extract monoglue.tar.gz
Expand Down
14 changes: 10 additions & 4 deletions .github/workflows/macos_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,11 @@ jobs:
mkdir -p modules/mono/glue/GodotSharp/GodotSharpEditor
# Move the extracted folders to their target locations
cp -r temp_extract/GodotSharp/. modules/mono/glue/GodotSharp/GodotSharp/
cp -r temp_extract/GodotSharpEditor/. modules/mono/glue/GodotSharp/GodotSharpEditor/
rsync -av temp_extract/GodotSharp/ modules/mono/glue/GodotSharp/GodotSharp/
rsync -av temp_extract/GodotSharpEditor/ modules/mono/glue/GodotSharp/GodotSharpEditor/
ls -la ./modules/mono/glue/GodotSharp/GodotSharp/
ls -la ./modules/mono/glue/GodotSharp/GodotSharpEditor/
# Clean up the temporary directory
rm -rf temp_extract monoglue.tar.gz
Expand Down Expand Up @@ -442,8 +445,11 @@ jobs:
mkdir -p modules/mono/glue/GodotSharp/GodotSharpEditor
# Move the extracted folders to their target locations
mv temp_extract/GodotSharp/* modules/mono/glue/GodotSharp/GodotSharp/
mv temp_extract/GodotSharpEditor/* modules/mono/glue/GodotSharp/GodotSharpEditor/
rsync -av temp_extract/GodotSharp/ modules/mono/glue/GodotSharp/GodotSharp/
rsync -av temp_extract/GodotSharpEditor/ modules/mono/glue/GodotSharp/GodotSharpEditor/
ls -la ./modules/mono/glue/GodotSharp/GodotSharp/
ls -la ./modules/mono/glue/GodotSharp/GodotSharpEditor/
# Clean up the temporary directory
rm -rf temp_extract monoglue.tar.gz
Expand Down
14 changes: 10 additions & 4 deletions .github/workflows/windows_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,11 @@ jobs:
mkdir -p modules/mono/glue/GodotSharp/GodotSharpEditor
# Move the extracted folders to their target locations
cp -r temp_extract/GodotSharp/. modules/mono/glue/GodotSharp/GodotSharp/
cp -r temp_extract/GodotSharpEditor/. modules/mono/glue/GodotSharp/GodotSharpEditor/
rsync -av temp_extract/GodotSharp/ modules/mono/glue/GodotSharp/GodotSharp/
rsync -av temp_extract/GodotSharpEditor/ modules/mono/glue/GodotSharp/GodotSharpEditor/
ls -la ./modules/mono/glue/GodotSharp/GodotSharp/
ls -la ./modules/mono/glue/GodotSharp/GodotSharpEditor/
# Clean up the temporary directory
rm -rf temp_extract monoglue.tar.gz
Expand Down Expand Up @@ -680,8 +683,11 @@ jobs:
mkdir -p modules/mono/glue/GodotSharp/GodotSharpEditor
# Move the extracted folders to their target locations
mv temp_extract/GodotSharp/* modules/mono/glue/GodotSharp/GodotSharp/
mv temp_extract/GodotSharpEditor/* modules/mono/glue/GodotSharp/GodotSharpEditor/
rsync -av temp_extract/GodotSharp/ modules/mono/glue/GodotSharp/GodotSharp/
rsync -av temp_extract/GodotSharpEditor/ modules/mono/glue/GodotSharp/GodotSharpEditor/
ls -la ./modules/mono/glue/GodotSharp/GodotSharp/
ls -la ./modules/mono/glue/GodotSharp/GodotSharpEditor/
# Clean up the temporary directory
rm -rf temp_extract monoglue.tar.gz
Expand Down

0 comments on commit 2896462

Please sign in to comment.