.
This commit is contained in:
@@ -49,24 +49,11 @@ jobs:
|
||||
git lfs install
|
||||
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
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y p7zip-full
|
||||
|
||||
# bah
|
||||
|
||||
- name: Process Archives
|
||||
run: |
|
||||
# Define Paths
|
||||
@@ -106,24 +93,6 @@ jobs:
|
||||
|
||||
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
|
||||
# run: |
|
||||
# echo "📁Final Server Directory Structure:"
|
||||
|
||||
Reference in New Issue
Block a user