更新 .github/workflows/main.yml
All checks were successful
Build and Package Golang / build (push) Successful in 5m20s

This commit is contained in:
2024-12-02 19:31:54 +08:00
parent 4023ffa0c0
commit 27175fcf7d

View File

@ -37,7 +37,7 @@ jobs:
- name: Prepare .deb package structure
run: |
mkdir -p build/usr/local/go
cp -r ./* build/usr/local/go/
find . -maxdepth 1 -mindepth 1 ! -name 'build' -exec cp -r {} build/usr/local/go/ \;
# 创建 DEBIAN 目录并写入控制信息
mkdir -p build/DEBIAN