File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,16 @@ jobs:
7474 riru/build/release/*.zip
7575 body : " [Github Action](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}})"
7676 - name : Upload artifacts
77- uses : bxb100/ action-upload-webdav@v1
77+ uses : Wandalen/wretry. action@master
7878 with :
79- webdav_address : ${{secrets.WEBDAV_ADDRESS}}
80- webdav_username : ${{secrets.WEBDAV_USERNAME}}
81- webdav_password : ${{secrets.WEBDAV_PASSWORD}}
82- webdav_upload_path : " /${{ env.release_version }}"
83- files : |
84- app/build/outputs/apk/release/*.apk
85- riru/build/release/*.zip
79+ action : bxb100/action-upload-webdav@v1
80+ with : |
81+ webdav_address: ${{secrets.WEBDAV_ADDRESS}}
82+ webdav_username: ${{secrets.WEBDAV_USERNAME}}
83+ webdav_password: ${{secrets.WEBDAV_PASSWORD}}
84+ webdav_upload_path: "/${{ env.release_version }}"
85+ files: |
86+ app/build/outputs/apk/release/*.apk
87+ riru/build/release/*.zip
88+ attempt_limit : 3
89+ attempt_delay : 0
You can’t perform that action at this time.
0 commit comments