From f0860a73833038a0b7dfa785e8445f1510411547 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Fri, 9 Jan 2026 16:49:35 -0500 Subject: [PATCH] fix indentation problem --- .github/workflows/ci.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f68a5a7..9203cba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,12 +36,13 @@ jobs: - name: Build run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release + - name: Copy script files around to stop .github from being added to the package then build the package - run: | - mkdir PKG_SOURCE - mkdir PKG_SOURCE/DEBIAN - cp ./tools/distro/debian/dpkg/control ./PKG_SOURCE/DEBIAN/control - dpkg-deb --build PKG_SOURCE monocoque.deb + run: | + mkdir PKG_SOURCE + mkdir PKG_SOURCE/DEBIAN + cp ./tools/distro/debian/dpkg/control ./PKG_SOURCE/DEBIAN/control + dpkg-deb --build PKG_SOURCE monocoque.deb - name: Release the Package uses: softprops/action-gh-release@v1