fix build and release
Some checks failed
Release binary and debian package for cl-cli / build-and-release (push) Failing after 1m47s

This commit is contained in:
2025-11-12 08:56:40 +01:00
parent d3c611974f
commit 028a803447

View File

@@ -16,11 +16,12 @@ jobs:
- name: Install cargo-deb
run: cargo install --quiet cargo-deb
- name: Build Debian package
run: cargo deb
run: cargo deb --quiet
- name: Upload Debian package to Gitea registry
env:
GITEA_OWNER: ${{ github.repository_owner }}
GITEA_SERVER_URL: ${{ github.server_url }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
DEB_DISTRIBUTIONS: noble,plucky,questing
DEB_COMPONENT: main
DEB_ARCH: amd64