From 4c5f7a7d243607260c5c11e7a3992c28ebfb2863 Mon Sep 17 00:00:00 2001 From: MMarcus95 Date: Tue, 7 Jul 2026 10:14:26 +0200 Subject: [PATCH] fixing release pipeline --- .github/workflows/create-release-deb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-release-deb.yml b/.github/workflows/create-release-deb.yml index dc8e795..11aeb65 100644 --- a/.github/workflows/create-release-deb.yml +++ b/.github/workflows/create-release-deb.yml @@ -20,6 +20,7 @@ jobs: with: test-command: "ls" output_workflow_artifact_name: build + build-script-path: .github/scripts/install_dls2_msgs.sh cmake-arguments: "-DBUILD_DLS2_MSGS=OFF" secrets: GHCR_USERNAME: ${{ secrets.GHCR_USERNAME }}