From befc32198a5fc9be7c525717ac218c2772bd1ca0 Mon Sep 17 00:00:00 2001 From: veeso Date: Mon, 10 Nov 2025 17:25:29 +0100 Subject: [PATCH] ci: debian fix --- .github/workflows/build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 050496e..9faf518 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -158,4 +158,4 @@ jobs: if-no-files-found: error retention-days: 1 name: termscp-${{ matrix.platform.target }}-deb - path: target/${{ matrix.platform.target }}/debian/termscp_${{ env.TERMSCP_VERSION }}_${{ matrix.platform.debian_suffix }}.deb + path: target/debian/termscp_${{ env.TERMSCP_VERSION }}-1_${{ matrix.platform.debian_suffix }}.deb