Skip to content

Commit 0c8329c

Browse files
committed
添加build上传webdav
1 parent 551cb88 commit 0c8329c

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/go-build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go build
1+
name: go-build-release
22

33
on:
44
push:

.github/workflows/sync-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: sync-build
22

33
on:
44
workflow_dispatch:
5+
workflow_run:
6+
workflows: ["go-build-release"]
7+
types:
8+
- completed
59
jobs:
610
build:
711
runs-on: ubuntu-latest

README.MD

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,20 @@
1212

1313
androidX86下载 [go-touch-mapper_amd64](https://github.com/RiderLty/go-touch-mapper/releases/latest/download/go-touch-mapper_amd64)
1414

15+
或者使用国内镜像
16+
17+
一般手机平板 [go-touch-mapper_arm64](https://vip.123pan.cn/1833788059/direct/projects/go-touch-mapper/build/go-touch-mapper_arm64)
18+
19+
androidX86 [go-touch-mapper_amd64](https://vip.123pan.cn/1833788059/direct/projects/go-touch-mapper/build/go-touch-mapper_amd64)
20+
1521
读取dev和创建uinput需要shell或者root权限
1622

1723
所以可以用adb shell或者su shell运行
1824

1925
```
2026
cd /data/local/tmp
21-
curl -LJo go-touch-mapper https://github.com/RiderLty/go-touch-mapper/releases/latest/download/go-touch-mapper_arm64
27+
#curl -LJo go-touch-mapper https://github.com/RiderLty/go-touch-mapper/releases/latest/download/go-touch-mapper_arm64
28+
curl -LJo go-touch-mapper https://vip.123pan.cn/1833788059/direct/projects/go-touch-mapper/build/go-touch-mapper_arm64
2229
chmod 777 ./go-touch-mapper
2330
./go-touch-mapper -h
2431
```

0 commit comments

Comments
 (0)