This repository was archived by the owner on Jul 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +33
-21
lines changed Expand file tree Collapse file tree 3 files changed +33
-21
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,15 @@ jobs:
63
63
run : ./gradlew --no-daemon :bootJar
64
64
-
65
65
name : Upload artifacts
66
- uses : bxb100/ action-upload-webdav@v1
66
+ uses : Wandalen/wretry. action@master
67
67
with :
68
- webdav_address : ${{secrets.WEBDAV_ADDRESS}}
69
- webdav_username : ${{secrets.WEBDAV_USERNAME}}
70
- webdav_password : ${{secrets.WEBDAV_PASSWORD}}
71
- webdav_upload_path : " /${{ env.VERSION_INFORMATION }}"
72
- files : |
73
- build/libs/aliyundrive-webdav-${{ env.VERSION_INFORMATION }}.jar
68
+ action : bxb100/action-upload-webdav@v1
69
+ with : |
70
+ webdav_address: ${{secrets.WEBDAV_ADDRESS}}
71
+ webdav_username: ${{secrets.WEBDAV_USERNAME}}
72
+ webdav_password: ${{secrets.WEBDAV_PASSWORD}}
73
+ webdav_upload_path: "/${{ env.VERSION_INFORMATION }}"
74
+ files: |
75
+ build/libs/aliyundrive-webdav-${{ env.VERSION_INFORMATION }}.jar
76
+ attempt_limit : 3
77
+ attempt_delay : 0
Original file line number Diff line number Diff line change @@ -75,11 +75,15 @@ jobs:
75
75
path : " ./aliyundrive-webdav-${{matrix.target.suffix}}-${{matrix.target.arch}}"
76
76
-
77
77
name : Upload artifacts
78
- uses : bxb100/ action-upload-webdav@v1
78
+ uses : Wandalen/wretry. action@master
79
79
with :
80
- webdav_address : ${{secrets.WEBDAV_ADDRESS}}
81
- webdav_username : ${{secrets.WEBDAV_USERNAME}}
82
- webdav_password : ${{secrets.WEBDAV_PASSWORD}}
83
- webdav_upload_path : " /${{ env.VERSION_INFORMATION }}"
84
- files : |
85
- build/native/nativeCompile/aliyundrive-webdav-${{matrix.target.suffix}}-${{matrix.target.arch}}.tar.gz
80
+ action : bxb100/action-upload-webdav@v1
81
+ with : |
82
+ webdav_address: ${{secrets.WEBDAV_ADDRESS}}
83
+ webdav_username: ${{secrets.WEBDAV_USERNAME}}
84
+ webdav_password: ${{secrets.WEBDAV_PASSWORD}}
85
+ webdav_upload_path: "/${{ env.VERSION_INFORMATION }}"
86
+ files: |
87
+ build/native/nativeCompile/aliyundrive-webdav-${{matrix.target.suffix}}-${{matrix.target.arch}}.tar.gz
88
+ attempt_limit : 3
89
+ attempt_delay : 0
Original file line number Diff line number Diff line change @@ -68,11 +68,15 @@ jobs:
68
68
path : " ./aliyundrive-webdav-${{matrix.target.suffix}}-${{matrix.target.arch}}.exe"
69
69
-
70
70
name : Upload artifacts
71
- uses : bxb100/ action-upload-webdav@v1
71
+ uses : Wandalen/wretry. action@master
72
72
with :
73
- webdav_address : ${{secrets.WEBDAV_ADDRESS}}
74
- webdav_username : ${{secrets.WEBDAV_USERNAME}}
75
- webdav_password : ${{secrets.WEBDAV_PASSWORD}}
76
- webdav_upload_path : " /${{ env.VERSION_INFORMATION }}"
77
- files : |
78
- build/native/nativeCompile/aliyundrive-webdav-${{matrix.target.suffix}}-${{matrix.target.arch}}.exe.zip
73
+ action : bxb100/action-upload-webdav@v1
74
+ with : |
75
+ webdav_address: ${{secrets.WEBDAV_ADDRESS}}
76
+ webdav_username: ${{secrets.WEBDAV_USERNAME}}
77
+ webdav_password: ${{secrets.WEBDAV_PASSWORD}}
78
+ webdav_upload_path: "/${{ env.VERSION_INFORMATION }}"
79
+ files: |
80
+ build/native/nativeCompile/aliyundrive-webdav-${{matrix.target.suffix}}-${{matrix.target.arch}}.exe.zip
81
+ attempt_limit : 3
82
+ attempt_delay : 0
You can’t perform that action at this time.
0 commit comments