From d51a0877f2a7becf0c50199e52b13c6aff90a6ee Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 11 Feb 2024 23:17:06 -0500 Subject: Strip out path prefixes --- .github/workflows/release-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index 88d73fc..2fb674a 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -46,4 +46,5 @@ jobs: username: "${{ secrets.REPO_USER }}" key: "${{ secrets.REPO_KEY }}" source: "out/debian/*" + strip_components: 2 target: "/srv/incoming/${{ inputs.version }}/debian/${{ matrix.arch }}/${{ matrix.release }}" -- cgit