From 55093fa4bded84b1af52e4df43e7cabf62a220f1 Mon Sep 17 00:00:00 2001 From: Santhosh Chinnasamy Date: Wed, 1 Jan 2025 13:24:33 +0530 Subject: [PATCH] enable overwrite --- .github/workflows/debian.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 89a2bb8..7ddaba7 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -30,3 +30,5 @@ jobs: with: name: cliq-amd64v${RELEASE_VERSION}.deb path: target/debian/*.deb + overwrite: true +