ci: change target-dir in comprep to debs/libcreate

This commit is contained in:
Konstantin Lampalzer 2024-09-23 22:46:52 +02:00
parent 78424d187c
commit 3ac90c382e

View file

@ -35,7 +35,7 @@ jobs:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with: with:
source-directory: "output/" source-directory: "output/"
target-directory: "debs/complib/" target-directory: "debs/libcreate/"
destination-github-username: "F-WuTS" destination-github-username: "F-WuTS"
destination-repository-name: "compREP" destination-repository-name: "compREP"
target-branch: master target-branch: master