Browse Source

feat(build): implement retry mechanism for file uploads in build workflow

Jacky 6 days ago
parent
commit
6d34c888a1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/build.yml

+ 0 - 1
.github/workflows/build.yml

@@ -293,7 +293,6 @@ jobs:
           apiToken: ${{ secrets.CF_R2_API_TOKEN }}
           wranglerVersion: "4.21.1"
           command: |
-            # Define retry function
             retry_upload() {
               local file_path="$1"
               local remote_path="$2"