0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 15:10:45 -05:00

Extra verbose rclone delete

This commit is contained in:
Refringe 2024-04-26 01:33:34 -04:00
parent 6d2c39cd66
commit 8b3f5b3156
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -556,7 +556,7 @@ jobs:
ls -lah
# Remove old 7z files from the bucket
rclone -v delete r2:/${{ secrets.R2_BUCKET_NAME }}/*.7z --config /workspace/SPT-AKI/Build/rclone.conf
rclone -vv delete r2:/${{ secrets.R2_BUCKET_NAME }}/*.7z --config /workspace/SPT-AKI/Build/rclone.conf
# Upload the file using rclone with the above config
rclone -v copy "/workspace/SPT-AKI/Build/${{ steps.generate-filename.outputs.build_name }}" r2:/${{ secrets.R2_BUCKET_NAME }} --config /workspace/SPT-AKI/Build/rclone.conf