From 0fea0fba080a99ec586dcb72e8ccaaebd3207268 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 5 Dec 2020 17:04:24 +0100 Subject: [PATCH] Third try at client publish --- .github/workflows/publish-client.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-client.yml b/.github/workflows/publish-client.yml index 5fb8568fe..e75910e42 100644 --- a/.github/workflows/publish-client.yml +++ b/.github/workflows/publish-client.yml @@ -36,6 +36,7 @@ jobs: key: ${{ secrets.CENTCOMM_ROBUST_BUILDS_PUSH_KEY }} source: "release/${{ github.event.inputs.version }}" target: "/var/lib/robust-builds/builds/" + strip_components: 1 - name: Update manifest JSON uses: appleboy/ssh-action@master