3 Commits

Author SHA1 Message Date
4fca6bc081 ci: 简化工作目录,修复 YAML 格式
Some checks failed
Release / build (push) Failing after 21s
2026-04-12 03:19:12 +08:00
ebee173df9 ci: 修复工作目录为 /workspace/titor/hxclaw
Some checks failed
Release / build (push) Failing after 19s
2026-04-12 03:18:00 +08:00
fa86bd5712 ci: 修复 go mod download 路径
Some checks failed
Release / build (push) Failing after 20s
2026-04-12 03:17:27 +08:00

View File

@@ -16,9 +16,12 @@ jobs:
- name: Checkout
run: |
apk add git bash
pwd
ls -la
- name: Download dependencies
run: go mod download
run: |
go mod download
- name: Build
run: |
@@ -35,7 +38,7 @@ jobs:
- name: Release
env:
GITEA_TOKEN: ${{ secrets.release_token }}
GITEA_TOKEN: "${{ secrets.release_token }}"
run: |
apk add curl jq