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:
parent
6d2c39cd66
commit
8b3f5b3156
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user