File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - name : downmload assets arm64
1515 run : wget https://github.com/RiderLty/go-touch-mapper/releases/latest/download/go-touch-mapper_arm64 -O go-touch-mapper_arm64
1616
17- - name : Upload to WebDAV
17+ - name : Upload to WebDAV 1
1818 uses : bxb100/action-upload@main
1919 with :
2020 provider : webdav
2323 username=${{ secrets.WEBDAV_USERNAME }}
2424 password=${{ secrets.WEBDAV_PASSWORD }}
2525 root=/direct/projects/go-touch-mapper/build
26- include : ' ./go-touch-mapper-a*'
26+ include : ' go-touch-mapper_amd64'
27+
28+ - name : Upload to WebDAV 2
29+ uses : bxb100/action-upload@main
30+ with :
31+ provider : webdav
32+ provider_options : |
33+ endpoint=${{ secrets.WEBDAV_ENDPOINT }}
34+ username=${{ secrets.WEBDAV_USERNAME }}
35+ password=${{ secrets.WEBDAV_PASSWORD }}
36+ root=/direct/projects/go-touch-mapper/build
37+ include : ' go-touch-mapper_arm64'
You can’t perform that action at this time.
0 commit comments