This commit is contained in:
2026-02-08 03:30:24 +01:00
parent c8113a5df7
commit 4830ee7e2d

View File

@@ -49,24 +49,11 @@ jobs:
git lfs install git lfs install
git lfs pull git lfs pull
# - name: Checkout Master Branch (LFS)
# uses: actions/checkout@v4
# with:
# ref: master
# lfs: true
# fetch-depth: 0
# clean: false
- name: Install 7-Zip - name: Install 7-Zip
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y p7zip-full sudo apt-get install -y p7zip-full
# bah
- name: Process Archives - name: Process Archives
run: | run: |
# Define Paths # Define Paths
@@ -106,24 +93,6 @@ jobs:
tree "$temp_dir" tree "$temp_dir"
# # 5. Move to final Server Directory
# target_dir="$DEST_ROOT/$car_name"
# # Clean old version if exists
# if [ -d "$target_dir" ]; then
# rm -rf "$target_dir"
# fi
# mkdir -p "$target_dir"
# # Move files
# cp -r "$temp_dir"/* "$target_dir"/
# # Cleanup temp
# rm -rf "$temp_dir"
echo "✅ Installed to: $target_dir"
done
# - name: Verify Installation # - name: Verify Installation
# run: | # run: |
# echo "📁Final Server Directory Structure:" # echo "📁Final Server Directory Structure:"