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

This commit is contained in:
2025-11-12 09:09:49 +01:00
parent 028a803447
commit f30d299071

View File

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