Skip to content

Commit 6d34c88

Browse files
committed
feat(build): implement retry mechanism for file uploads in build workflow
1 parent 8f7e8cd commit 6d34c88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ jobs:
293293
apiToken: ${{ secrets.CF_R2_API_TOKEN }}
294294
wranglerVersion: "4.21.1"
295295
command: |
296-
# Define retry function
297296
retry_upload() {
298297
local file_path="$1"
299298
local remote_path="$2"

0 commit comments

Comments
 (0)