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

This commit is contained in:
2025-11-11 22:57:08 +01:00
parent b705e34086
commit b8577b4bac

View File

@@ -21,8 +21,9 @@ jobs:
run: cargo deb
- name: Upload Debian package to Gitea registry
env:
GITEA_OWNER: ${{ secrets.GITEA_OWNER }}
GITEA_OWNER: ${{ github.repository_owner }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_SERVER_URL: ${{ github.server_url }}
DEB_DISTRIBUTIONS: noble,plucky,questing
DEB_COMPONENT: main
DEB_ARCH: amd64