generated from deepin-community/template-repository-main
更新 .github/workflows/main.yml
All checks were successful
Build and Package Golang / build (push) Successful in 5m20s
All checks were successful
Build and Package Golang / build (push) Successful in 5m20s
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user