Skip to content

Commit 00810f7

Browse files
committed
update
1 parent 4963d3d commit 00810f7

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/sync-build.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -23,4 +23,15 @@ jobs:
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'

0 commit comments

Comments
 (0)