Compare commits

..

1 Commits

Author SHA1 Message Date
d3c611974f fix build and release
Some checks failed
Release binary and debian package for cl-cli / build-and-release (push) Failing after 1m49s
2025-11-11 23:04:31 +01:00

View File

@@ -13,8 +13,6 @@ jobs:
uses: https://github.com/actions/checkout@v4
- name: Install rust toolchain
uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Build binaries
run: cargo build --quiet --release
- name: Install cargo-deb
run: cargo install --quiet cargo-deb
- name: Build Debian package
@@ -22,7 +20,6 @@ jobs:
- name: Upload Debian package to Gitea registry
env:
GITEA_OWNER: ${{ github.repository_owner }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_SERVER_URL: ${{ github.server_url }}
DEB_DISTRIBUTIONS: noble,plucky,questing
DEB_COMPONENT: main