build: add trimpath to go build command

This commit is contained in:
Siyuan Miao
2025-05-20 20:18:21 +02:00
parent 4b91c758fa
commit 354941b54d
2 changed files with 7 additions and 1 deletions

View File

@@ -42,6 +42,9 @@ jobs:
uses: becheran/go-testreport@v0.3.2
with:
input: "testreport.json"
- name: Build release
run: |
make build_release
- name: Upload artifact
uses: actions/upload-artifact@v4
with: