From 3ac90c382e5db2b87348264add23be3bcdd455a7 Mon Sep 17 00:00:00 2001 From: Konstantin Lampalzer Date: Mon, 23 Sep 2024 22:46:52 +0200 Subject: [PATCH] ci: change target-dir in comprep to debs/libcreate --- .github/workflows/package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index 113c7bb..5a1e8f4 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -35,7 +35,7 @@ jobs: SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} with: source-directory: "output/" - target-directory: "debs/complib/" + target-directory: "debs/libcreate/" destination-github-username: "F-WuTS" destination-repository-name: "compREP" target-branch: master