Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c6bbe04f1 | |||
| c7767edd4f | |||
| cc9b2a5c76 |
@@ -15,6 +15,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
# 使用阿里云 apk 镜像源
|
||||
echo -e 'https://mirrors.aliyun.com/alpine/v3.20/main/\nhttps://mirrors.aliyun.com/alpine/v3.20/community/' > /etc/apk/repositories
|
||||
apk add git bash
|
||||
git clone https://hub.gaomia.site/titor/HxClaw.git /workspace/hxclaw
|
||||
cp -r /workspace/hxclaw/* /workspace/hxclaw/
|
||||
@@ -41,6 +43,8 @@ jobs:
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
run: |
|
||||
# 使用阿里云 apk 镜像源
|
||||
echo -e 'https://mirrors.aliyun.com/alpine/v3.20/main/\nhttps://mirrors.aliyun.com/alpine/v3.20/community/' > /etc/apk/repositories
|
||||
apk add curl jq
|
||||
|
||||
TAG_NAME="${GITHUB_REF#refs/tags/}"
|
||||
|
||||
Reference in New Issue
Block a user