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 }}