generated from deepin-community/template-repository-main
上传文件至 .github/workflows
All checks were successful
Build and Package Golang / build (push) Successful in 5m30s
All checks were successful
Build and Package Golang / build (push) Successful in 5m30s
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -63,10 +63,11 @@ jobs:
|
||||
|
||||
- name: Package into .deb
|
||||
run: |
|
||||
dpkg-buildpackage -us -uc
|
||||
dpkg-buildpackage -us -uc
|
||||
mv ../*.deb ./ # 将生成的 .deb 文件移动到工作目录
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: golang-package
|
||||
path: ../*.deb
|
||||
path: ./*.deb
|
||||
|
Reference in New Issue
Block a user