Compare commits

..

1 Commits

Author SHA1 Message Date
f30d299071 fix build and release
Some checks failed
Release binary and debian package for cl-cli / build-and-release (push) Failing after 1m53s
2025-11-12 09:09:49 +01:00

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