fix indentation problem

This commit is contained in:
Paul Dino Jones 2026-01-09 16:49:35 -05:00
parent 5c2f1d7b3f
commit f0860a7383
1 changed files with 6 additions and 5 deletions

View File

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