上传文件至 .github/workflows
All checks were successful
Build and Package Golang / build (push) Successful in 5m30s

This commit is contained in:
2024-12-02 18:46:49 +08:00
parent 461f7fe6b2
commit 6cdcae0ed9

View File

@ -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